#B0CDF3

Color #B0CDF3 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B0CDF3

Tints of Pale Cornflower Blue #B0CDF3

Color information

#B0CDF3 (or 0xB0CDF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CD and F3. RGB value is (176,205,243). Sum of RGB (Red+Green+Blue) = 176+205+243=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CDF3 is #4F320C. Grayscale: #C8C8C8. Windows color (decimal): -5190157 or 15977904. OLE color: 15977904.

HSL color Cylindrical-coordinate representation of color #B0CDF3: hue angle of 214.03º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0CDF3 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176205243-
CMYK0.280.1600.05
HSL214.03º73.63%82.16%-
HSV(B)214.03º27.57%95.29%-
XYZ55.9159.3693.31-
YUV200.66151.89110.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.21%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=28.21%
G=32.85%
B=38.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762052430.280.1600.05214.0373.6382.16
HexB0CDF31C1005d64a52
Octal260315363342005326112122
Binary101100001100110111110011111001000001011101011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDF3; }

 p { color: rgb(176,205,243); }

 H1.HeaderClassName
 {
   color: #B0CDF3;
 }
 .AnyTagClassName
 {
   color: #B0CDF3;
 }
</style>
background-color css

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

 a { background-color: rgb(176,205,243); }

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

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

 span { border-color: rgb(176,205,243); }

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