Html Css Color HEX #BBDDF8 Pale Cornflower Blue

📋 copy color: '#BBDDF8'

red 187 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #BBDDF8

Tints of Pale Cornflower Blue #BBDDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 28.51%
G = 33.69%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBDDF8 (or 0xBBDDF8) is known color: Pale Cornflower Blue. HEX triplet: BB, DD and F8. RGB value is (187,221,248). Sum of RGB (Red+Green+Blue) = 187+221+248=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF8 is #442207. Grayscale: #D5D5D5. Windows color (decimal): -4465160 or 16309691. OLE color: 16309691.

HSL color Cylindrical-coordinate representation of color #BBDDF8: hue angle of 206.56º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDDF8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 221 248 -
CMYK 0.25 0.11 0 0.03
HSL 206.56º 0.81% 0.85% -
HSV(B) 206.56º 0.25% 0.97% -
XYZ 63.29 69.06 98.8 -
YUV 213.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 187 221 248 0.25 0.11 0 0.03 206.56 0.81 0.85
Hex BB DD F8 19 B 0 3 CF 51 55
Octal 273 335 370 31 13 0 3 317 121 125
Binary 10111011 11011101 11111000 11001 1011 0 11 11001111 1010001 1010101

Color Harmonies of #BBDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDF8

Black with #BBDDF8

Text Example


Text Example

White with #BBDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDF8; }

 p { color: rgb(187,221,248); }

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

background-color css

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

 a { background-color: rgb(187,221,248); }

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

border-color css

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

 span { border-color: rgb(187,221,248); }

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