Html Css Color HEX #BBDAFA Pale Cornflower Blue

📋 copy color: '#BBDAFA'

red 187 ◦ green 218 ◦ blue 250

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

Shades of Pale Cornflower Blue #BBDAFA

Tints of Pale Cornflower Blue #BBDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 28.55%
G = 33.28%
B = 38.17%

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

#BBDAFA (or 0xBBDAFA) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and FA. RGB value is (187,218,250). Sum of RGB (Red+Green+Blue) = 187+218+250=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFA is #442505. Grayscale: #D4D4D4. Windows color (decimal): -4465926 or 16439995. OLE color: 16439995.

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

Color convert

RGB 187 218 250 -
CMYK 0.25 0.13 0 0.02
HSL 210.48º 0.86% 0.86% -
HSV(B) 210.48º 0.25% 0.98% -
XYZ 62.82 67.61 100.18 -
YUV 212.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 187 218 250 0.25 0.13 0 0.02 210.48 0.86 0.86
Hex BB DA FA 19 D 0 2 D2 56 56
Octal 273 332 372 31 15 0 2 322 126 126
Binary 10111011 11011010 11111010 11001 1101 0 10 11010010 1010110 1010110

Color Harmonies of #BBDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAFA

Black with #BBDAFA

Text Example


Text Example

White with #BBDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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