Html Css Color HEX #BBDCF8 Pale Cornflower Blue

📋 copy color: '#BBDCF8'

red 187 ◦ green 220 ◦ blue 248

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

Shades of Pale Cornflower Blue #BBDCF8

Tints of Pale Cornflower Blue #BBDCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 28.55%
G = 33.59%
B = 37.86%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBDCF8 (or 0xBBDCF8) is known color: Pale Cornflower Blue. HEX triplet: BB, DC and F8. RGB value is (187,220,248). Sum of RGB (Red+Green+Blue) = 187+220+248=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF8 is #442307. Grayscale: #D5D5D5. Windows color (decimal): -4465416 or 16309435. OLE color: 16309435.

HSL color Cylindrical-coordinate representation of color #BBDCF8: hue angle of 207.54º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDCF8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 220 248 -
CMYK 0.25 0.11 0 0.03
HSL 207.54º 0.81% 0.85% -
HSV(B) 207.54º 0.25% 0.97% -
XYZ 63.03 68.53 98.71 -
YUV 213.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 187 220 248 0.25 0.11 0 0.03 207.54 0.81 0.85
Hex BB DC F8 19 B 0 3 D0 51 55
Octal 273 334 370 31 13 0 3 320 121 125
Binary 10111011 11011100 11111000 11001 1011 0 11 11010000 1010001 1010101

Color Harmonies of #BBDCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCF8

Black with #BBDCF8

Text Example


Text Example

White with #BBDCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCF8; }

 p { color: rgb(187,220,248); }

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

background-color css

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

 a { background-color: rgb(187,220,248); }

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

border-color css

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

 span { border-color: rgb(187,220,248); }

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