Html Css Color HEX #BBD8F5 Pale Cornflower Blue

📋 copy color: '#BBD8F5'

red 187 ◦ green 216 ◦ blue 245

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

Shades of Pale Cornflower Blue #BBD8F5

Tints of Pale Cornflower Blue #BBD8F5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.33%

 BLUE value IS 245 (96.09% from 255) = 37.81%

R = 28.86%
G = 33.33%
B = 37.81%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBD8F5 (or 0xBBD8F5) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and F5. RGB value is (187,216,245). Sum of RGB (Red+Green+Blue) = 187+216+245=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBD8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8F5 is #44270A. Grayscale: #D2D2D2. Windows color (decimal): -4466443 or 16111803. OLE color: 16111803.

HSL color Cylindrical-coordinate representation of color #BBD8F5: hue angle of 210º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD8F5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 216 245 -
CMYK 0.24 0.12 0 0.04
HSL 210º 0.74% 0.85% -
HSV(B) 210º 0.24% 0.96% -
XYZ 61.53 66.27 95.93 -
YUV 210.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 187 216 245 0.24 0.12 0 0.04 210 0.74 0.85
Hex BB D8 F5 18 C 0 4 D2 4A 55
Octal 273 330 365 30 14 0 4 322 112 125
Binary 10111011 11011000 11110101 11000 1100 0 100 11010010 1001010 1010101

Color Harmonies of #BBD8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8F5

Black with #BBD8F5

Text Example


Text Example

White with #BBD8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8F5; }

 p { color: rgb(187,216,245); }

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

background-color css

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

 a { background-color: rgb(187,216,245); }

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

border-color css

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

 span { border-color: rgb(187,216,245); }

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