#B4DCFB

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

Shades of Pale Cornflower Blue #B4DCFB

Tints of Pale Cornflower Blue #B4DCFB

Color information

#B4DCFB (or 0xB4DCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DC and FB. RGB value is (180,220,251). Sum of RGB (Red+Green+Blue) = 180+220+251=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCFB is #4B2304. Grayscale: #D3D3D3. Windows color (decimal): -4924165 or 16506036. OLE color: 16506036.

HSL color Cylindrical-coordinate representation of color #B4DCFB: hue angle of 206.2º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4DCFB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180220251-
CMYK0.280.1200.02
HSL206.2º89.87%84.51%-
HSV(B)206.2º28.29%98.43%-
XYZ61.8367.85101.11-
YUV211.57150.25105.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.65%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=27.65%
G=33.79%
B=38.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802202510.280.1200.02206.289.8784.51
HexB4DCFB1CC02ce5a55
Octal264334373341402316132125
Binary1011010011011100111110111110011000101100111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCFB; }

 p { color: rgb(180,220,251); }

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

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

 a { background-color: rgb(180,220,251); }

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

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

 span { border-color: rgb(180,220,251); }

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