Html Css Color HEX #BBD6FF Pale Cornflower Blue

📋 copy color: '#BBD6FF'

red 187 ◦ green 214 ◦ blue 255

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

Shades of Pale Cornflower Blue #BBD6FF

Tints of Pale Cornflower Blue #BBD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.62%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 28.51%
G = 32.62%
B = 38.87%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBD6FF (or 0xBBD6FF) is known color: Pale Cornflower Blue. HEX triplet: BB, D6 and FF. RGB value is (187,214,255). Sum of RGB (Red+Green+Blue) = 187+214+255=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6FF is #442900. Grayscale: #D2D2D2. Windows color (decimal): -4466945 or 16766651. OLE color: 16766651.

HSL color Cylindrical-coordinate representation of color #BBD6FF: hue angle of 216.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD6FF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 214 255 -
CMYK 0.27 0.16 0 0
HSL 216.18º 1% 0.87% -
HSV(B) 216.18º 0.27% 1% -
XYZ 62.59 65.88 104.02 -
YUV 210.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 187 214 255 0.27 0.16 0 0 216.18 1 0.87
Hex BB D6 FF 1B 10 0 0 D8 64 57
Octal 273 326 377 33 20 0 0 330 144 127
Binary 10111011 11010110 11111111 11011 10000 0 0 11011000 1100100 1010111

Color Harmonies of #BBD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6FF

Black with #BBD6FF

Text Example


Text Example

White with #BBD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6FF; }

 p { color: rgb(187,214,255); }

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

background-color css

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

 a { background-color: rgb(187,214,255); }

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

border-color css

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

 span { border-color: rgb(187,214,255); }

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