Html Css Color HEX #BBDAF9 Pale Cornflower Blue

📋 copy color: '#BBDAF9'

red 187 ◦ green 218 ◦ blue 249

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

Shades of Pale Cornflower Blue #BBDAF9

Tints of Pale Cornflower Blue #BBDAF9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

 BLUE value IS 249 (97.66% from 255) = 38.07%

R = 28.59%
G = 33.33%
B = 38.07%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBDAF9 (or 0xBBDAF9) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and F9. RGB value is (187,218,249). Sum of RGB (Red+Green+Blue) = 187+218+249=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAF9 is #442506. Grayscale: #D4D4D4. Windows color (decimal): -4465927 or 16374459. OLE color: 16374459.

HSL color Cylindrical-coordinate representation of color #BBDAF9: hue angle of 210º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDAF9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 218 249 -
CMYK 0.25 0.12 0 0.02
HSL 210º 0.84% 0.85% -
HSV(B) 210º 0.25% 0.98% -
XYZ 62.66 67.55 99.36 -
YUV 212.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 187 218 249 0.25 0.12 0 0.02 210 0.84 0.85
Hex BB DA F9 19 C 0 2 D2 54 55
Octal 273 332 371 31 14 0 2 322 124 125
Binary 10111011 11011010 11111001 11001 1100 0 10 11010010 1010100 1010101

Color Harmonies of #BBDAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAF9

Black with #BBDAF9

Text Example


Text Example

White with #BBDAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAF9; }

 p { color: rgb(187,218,249); }

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

background-color css

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

 a { background-color: rgb(187,218,249); }

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

border-color css

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

 span { border-color: rgb(187,218,249); }

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