Html Css Color HEX #BBDCF5 Pale Cornflower Blue

📋 copy color: '#BBDCF5'

red 187 ◦ green 220 ◦ blue 245

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

Shades of Pale Cornflower Blue #BBDCF5

Tints of Pale Cornflower Blue #BBDCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.58%

R = 28.68%
G = 33.74%
B = 37.58%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBDCF5 (or 0xBBDCF5) is known color: Pale Cornflower Blue. HEX triplet: BB, DC and F5. RGB value is (187,220,245). Sum of RGB (Red+Green+Blue) = 187+220+245=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF5 is #44230A. Grayscale: #D4D4D4. Windows color (decimal): -4465419 or 16112827. OLE color: 16112827.

HSL color Cylindrical-coordinate representation of color #BBDCF5: hue angle of 205.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDCF5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 220 245 -
CMYK 0.24 0.10 0 0.04
HSL 205.86º 0.74% 0.85% -
HSV(B) 205.86º 0.24% 0.96% -
XYZ 62.57 68.34 96.28 -
YUV 212.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 187 220 245 0.24 0.10 0 0.04 205.86 0.74 0.85
Hex BB DC F5 18 A 0 4 CE 4A 55
Octal 273 334 365 30 12 0 4 316 112 125
Binary 10111011 11011100 11110101 11000 1010 0 100 11001110 1001010 1010101

Color Harmonies of #BBDCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCF5

Black with #BBDCF5

Text Example


Text Example

White with #BBDCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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