Html Css Color HEX #BBD5F0 Pale Cornflower Blue

📋 copy color: '#BBD5F0'

red 187 ◦ green 213 ◦ blue 240

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

Shades of Pale Cornflower Blue #BBD5F0

Tints of Pale Cornflower Blue #BBD5F0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.28%

 BLUE value IS 240 (94.14% from 255) = 37.5%

R = 29.22%
G = 33.28%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBD5F0 (or 0xBBD5F0) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and F0. RGB value is (187,213,240). Sum of RGB (Red+Green+Blue) = 187+213+240=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5F0 is #442A0F. Grayscale: #D0D0D0. Windows color (decimal): -4467216 or 15783355. OLE color: 15783355.

HSL color Cylindrical-coordinate representation of color #BBD5F0: hue angle of 210.57º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD5F0 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 213 240 -
CMYK 0.22 0.11 0 0.06
HSL 210.57º 0.64% 0.84% -
HSV(B) 210.57º 0.22% 0.94% -
XYZ 60.02 64.44 91.71 -
YUV 208.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 187 213 240 0.22 0.11 0 0.06 210.57 0.64 0.84
Hex BB D5 F0 16 B 0 6 D3 40 54
Octal 273 325 360 26 13 0 6 323 100 124
Binary 10111011 11010101 11110000 10110 1011 0 110 11010011 1000000 1010100

Color Harmonies of #BBD5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5F0

Black with #BBD5F0

Text Example


Text Example

White with #BBD5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5F0; }

 p { color: rgb(187,213,240); }

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

background-color css

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

 a { background-color: rgb(187,213,240); }

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

border-color css

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

 span { border-color: rgb(187,213,240); }

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