Html Css Color HEX #BBD7F5 Pale Cornflower Blue

📋 copy color: '#BBD7F5'

red 187 ◦ green 215 ◦ blue 245

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

Shades of Pale Cornflower Blue #BBD7F5

Tints of Pale Cornflower Blue #BBD7F5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.23%

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

R = 28.9%
G = 33.23%
B = 37.87%

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

#BBD7F5 (or 0xBBD7F5) is known color: Pale Cornflower Blue. HEX triplet: BB, D7 and F5. RGB value is (187,215,245). Sum of RGB (Red+Green+Blue) = 187+215+245=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBD7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7F5 is #44280A. Grayscale: #D1D1D1. Windows color (decimal): -4466699 or 16111547. OLE color: 16111547.

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

Color convert

RGB 187 215 245 -
CMYK 0.24 0.12 0 0.04
HSL 211.03º 0.74% 0.85% -
HSV(B) 211.03º 0.24% 0.96% -
XYZ 61.28 65.76 95.85 -
YUV 210.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 187 215 245 0.24 0.12 0 0.04 211.03 0.74 0.85
Hex BB D7 F5 18 C 0 4 D3 4A 55
Octal 273 327 365 30 14 0 4 323 112 125
Binary 10111011 11010111 11110101 11000 1100 0 100 11010011 1001010 1010101

Color Harmonies of #BBD7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7F5

Black with #BBD7F5

Text Example


Text Example

White with #BBD7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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