Html Css Color HEX #BBDCF6 Pale Cornflower Blue

📋 copy color: '#BBDCF6'

red 187 ◦ green 220 ◦ blue 246

#BBDCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BBDCF6

Tints of Pale Cornflower Blue #BBDCF6

RGB

 RED value IS 187 (73.44% from 255) = 28.64%

 GREEN value IS 220 (86.33% from 255) = 33.69%

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 28.64%
G = 33.69%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBDCF6 (or 0xBBDCF6) is known color: Pale Cornflower Blue. HEX triplet: BB, DC and F6. RGB value is (187,220,246). Sum of RGB (Red+Green+Blue) = 187+220+246=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF6 is #442309. Grayscale: #D4D4D4. Windows color (decimal): -4465418 or 16178363. OLE color: 16178363.

HSL color Cylindrical-coordinate representation of color #BBDCF6: hue angle of 206.44º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDCF6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 220 246 -
CMYK 0.24 0.11 0 0.04
HSL 206.44º 0.77% 0.85% -
HSV(B) 206.44º 0.24% 0.96% -
XYZ 62.72 68.41 97.09 -
YUV 213.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 187 220 246 0.24 0.11 0 0.04 206.44 0.77 0.85
Hex BB DC F6 18 B 0 4 CE 4D 55
Octal 273 334 366 30 13 0 4 316 115 125
Binary 10111011 11011100 11110110 11000 1011 0 100 11001110 1001101 1010101

Color Harmonies of #BBDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCF6

Black with #BBDCF6

Text Example


Text Example

White with #BBDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCF6; }

 p { color: rgb(187,220,246); }

 H1.HeaderClassName
 {
   color: #BBDCF6;
 }
 .AnyTagClassName
 {
   color: #BBDCF6;
 }
</style>

background-color css

<style>
 a { background-color: #BBDCF6; }

 a { background-color: rgb(187,220,246); }

 div.DivClassName
 {
   background-color: #BBDCF6;
 }
 .BgClassName
 {
   background-color: #BBDCF6;
 }
</style>

border-color css

<style>
 span { border-color: #BBDCF6; }

 span { border-color: rgb(187,220,246); }

 td.TdClassName
 {
   border-color: #BBDCF6;
 }
 .TagClassName
 {
   border-color: #BBDCF6;
 }
</style>