Html Css Color HEX #BBE0FF Pale Cornflower Blue

📋 copy color: '#BBE0FF'

red 187 ◦ green 224 ◦ blue 255

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

Shades of Pale Cornflower Blue #BBE0FF

Tints of Pale Cornflower Blue #BBE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.63%

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

R = 28.08%
G = 33.63%
B = 38.29%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBE0FF (or 0xBBE0FF) is known color: Pale Cornflower Blue. HEX triplet: BB, E0 and FF. RGB value is (187,224,255). Sum of RGB (Red+Green+Blue) = 187+224+255=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0FF is #441F00. Grayscale: #D8D8D8. Windows color (decimal): -4464385 or 16769211. OLE color: 16769211.

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

Color convert

RGB 187 224 255 -
CMYK 0.27 0.12 0 0
HSL 207.35º 1% 0.87% -
HSV(B) 207.35º 0.27% 1% -
XYZ 65.2 71.1 104.89 -
YUV 216.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 187 224 255 0.27 0.12 0 0 207.35 1 0.87
Hex BB E0 FF 1B C 0 0 CF 64 57
Octal 273 340 377 33 14 0 0 317 144 127
Binary 10111011 11100000 11111111 11011 1100 0 0 11001111 1100100 1010111

Color Harmonies of #BBE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0FF

Black with #BBE0FF

Text Example


Text Example

White with #BBE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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