Html Css Color HEX #BBDFFA Pale Cornflower Blue

📋 copy color: '#BBDFFA'

red 187 ◦ green 223 ◦ blue 250

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

Shades of Pale Cornflower Blue #BBDFFA

Tints of Pale Cornflower Blue #BBDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.79%

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

R = 28.33%
G = 33.79%
B = 37.88%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBDFFA (or 0xBBDFFA) is known color: Pale Cornflower Blue. HEX triplet: BB, DF and FA. RGB value is (187,223,250). Sum of RGB (Red+Green+Blue) = 187+223+250=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFA is #442005. Grayscale: #D7D7D7. Windows color (decimal): -4464646 or 16441275. OLE color: 16441275.

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

Color convert

RGB 187 223 250 -
CMYK 0.25 0.11 0 0.02
HSL 205.71º 0.86% 0.86% -
HSV(B) 205.71º 0.25% 0.98% -
XYZ 64.14 70.24 100.62 -
YUV 215.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 187 223 250 0.25 0.11 0 0.02 205.71 0.86 0.86
Hex BB DF FA 19 B 0 2 CE 56 56
Octal 273 337 372 31 13 0 2 316 126 126
Binary 10111011 11011111 11111010 11001 1011 0 10 11001110 1010110 1010110

Color Harmonies of #BBDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFFA

Black with #BBDFFA

Text Example


Text Example

White with #BBDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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