Html Css Color HEX #BBDAFB Pale Cornflower Blue

📋 copy color: '#BBDAFB'

red 187 ◦ green 218 ◦ blue 251

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

Shades of Pale Cornflower Blue #BBDAFB

Tints of Pale Cornflower Blue #BBDAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.23%

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

R = 28.51%
G = 33.23%
B = 38.26%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBDAFB (or 0xBBDAFB) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and FB. RGB value is (187,218,251). Sum of RGB (Red+Green+Blue) = 187+218+251=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFB is #442504. Grayscale: #D4D4D4. Windows color (decimal): -4465925 or 16505531. OLE color: 16505531.

HSL color Cylindrical-coordinate representation of color #BBDAFB: hue angle of 210.94º 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 #BBDAFB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 218 251 -
CMYK 0.25 0.13 0 0.02
HSL 210.94º 0.89% 0.86% -
HSV(B) 210.94º 0.25% 0.98% -
XYZ 62.98 67.67 101.01 -
YUV 212.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 187 218 251 0.25 0.13 0 0.02 210.94 0.89 0.86
Hex BB DA FB 19 D 0 2 D3 59 56
Octal 273 332 373 31 15 0 2 323 131 126
Binary 10111011 11011010 11111011 11001 1101 0 10 11010011 1011001 1010110

Color Harmonies of #BBDAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAFB

Black with #BBDAFB

Text Example


Text Example

White with #BBDAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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