Html Css Color HEX #BBD3FF Pale Cornflower Blue

📋 copy color: '#BBD3FF'

red 187 ◦ green 211 ◦ blue 255

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

Shades of Pale Cornflower Blue #BBD3FF

Tints of Pale Cornflower Blue #BBD3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.31%

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

R = 28.64%
G = 32.31%
B = 39.05%

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

#BBD3FF (or 0xBBD3FF) is known color: Pale Cornflower Blue. HEX triplet: BB, D3 and FF. RGB value is (187,211,255). Sum of RGB (Red+Green+Blue) = 187+211+255=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3FF is #442C00. Grayscale: #D0D0D0. Windows color (decimal): -4467713 or 16765883. OLE color: 16765883.

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

Color convert

RGB 187 211 255 -
CMYK 0.27 0.17 0 0
HSL 218.82º 1% 0.87% -
HSV(B) 218.82º 0.27% 1% -
XYZ 61.84 64.37 103.77 -
YUV 208.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 187 211 255 0.27 0.17 0 0 218.82 1 0.87
Hex BB D3 FF 1B 11 0 0 DB 64 57
Octal 273 323 377 33 21 0 0 333 144 127
Binary 10111011 11010011 11111111 11011 10001 0 0 11011011 1100100 1010111

Color Harmonies of #BBD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3FF

Black with #BBD3FF

Text Example


Text Example

White with #BBD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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