Html Css Color HEX #BBD4FF Pale Cornflower Blue

📋 copy color: '#BBD4FF'

red 187 ◦ green 212 ◦ blue 255

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

Shades of Pale Cornflower Blue #BBD4FF

Tints of Pale Cornflower Blue #BBD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

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

R = 28.59%
G = 32.42%
B = 38.99%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBD4FF (or 0xBBD4FF) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and FF. RGB value is (187,212,255). Sum of RGB (Red+Green+Blue) = 187+212+255=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4FF is #442B00. Grayscale: #D1D1D1. Windows color (decimal): -4467457 or 16766139. OLE color: 16766139.

HSL color Cylindrical-coordinate representation of color #BBD4FF: hue angle of 217.94º 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 #BBD4FF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 212 255 -
CMYK 0.27 0.17 0 0
HSL 217.94º 1% 0.87% -
HSV(B) 217.94º 0.27% 1% -
XYZ 62.09 64.87 103.86 -
YUV 209.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 187 212 255 0.27 0.17 0 0 217.94 1 0.87
Hex BB D4 FF 1B 11 0 0 DA 64 57
Octal 273 324 377 33 21 0 0 332 144 127
Binary 10111011 11010100 11111111 11011 10001 0 0 11011010 1100100 1010111

Color Harmonies of #BBD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4FF

Black with #BBD4FF

Text Example


Text Example

White with #BBD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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