Html Css Color HEX #BBD4FB Pale Cornflower Blue

📋 copy color: '#BBD4FB'

red 187 ◦ green 212 ◦ blue 251

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

Shades of Pale Cornflower Blue #BBD4FB

Tints of Pale Cornflower Blue #BBD4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.62%

 BLUE value IS 251 (98.44% from 255) = 38.62%

R = 28.77%
G = 32.62%
B = 38.62%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBD4FB (or 0xBBD4FB) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and FB. RGB value is (187,212,251). Sum of RGB (Red+Green+Blue) = 187+212+251=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4FB is #442B04. Grayscale: #D0D0D0. Windows color (decimal): -4467461 or 16503995. OLE color: 16503995.

HSL color Cylindrical-coordinate representation of color #BBD4FB: hue angle of 216.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD4FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 212 251 -
CMYK 0.25 0.16 0 0.02
HSL 216.56º 0.89% 0.86% -
HSV(B) 216.56º 0.25% 0.98% -
XYZ 61.45 64.62 100.5 -
YUV 208.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 187 212 251 0.25 0.16 0 0.02 216.56 0.89 0.86
Hex BB D4 FB 19 10 0 2 D9 59 56
Octal 273 324 373 31 20 0 2 331 131 126
Binary 10111011 11010100 11111011 11001 10000 0 10 11011001 1011001 1010110

Color Harmonies of #BBD4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4FB

Black with #BBD4FB

Text Example


Text Example

White with #BBD4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4FB; }

 p { color: rgb(187,212,251); }

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

background-color css

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

 a { background-color: rgb(187,212,251); }

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

border-color css

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

 span { border-color: rgb(187,212,251); }

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