#B0CFE6

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

Shades of Pale Cornflower Blue #B0CFE6

Tints of Pale Cornflower Blue #B0CFE6

Color information

#B0CFE6 (or 0xB0CFE6) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CF and E6. RGB value is (176,207,230). Sum of RGB (Red+Green+Blue) = 176+207+230=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0CFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFE6 is #4F3019. Grayscale: #C8C8C8. Windows color (decimal): -5189658 or 15126448. OLE color: 15126448.

HSL color Cylindrical-coordinate representation of color #B0CFE6: hue angle of 205.56º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CFE6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176207230-
CMYK0.230.1000.10
HSL205.56º51.92%79.61%-
HSV(B)205.56º23.48%90.2%-
XYZ54.559.5783.49-
YUV200.35144.73110.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.71%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=28.71%
G=33.77%
B=37.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762072300.230.1000.10205.5651.9279.61
HexB0CFE617A0Ace3450
Octal260317346271201231664120
Binary10110000110011111110011010111101001010110011101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFE6; }

 p { color: rgb(176,207,230); }

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

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

 a { background-color: rgb(176,207,230); }

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

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

 span { border-color: rgb(176,207,230); }

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