#B4DAFC

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

Shades of Pale Cornflower Blue #B4DAFC

Tints of Pale Cornflower Blue #B4DAFC

Color information

#B4DAFC (or 0xB4DAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DA and FC. RGB value is (180,218,252). Sum of RGB (Red+Green+Blue) = 180+218+252=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAFC is #4B2503. Grayscale: #D2D2D2. Windows color (decimal): -4924676 or 16571060. OLE color: 16571060.

HSL color Cylindrical-coordinate representation of color #B4DAFC: hue angle of 208.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DAFC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180218252-
CMYK0.290.1300.01
HSL208.33º92.31%84.71%-
HSV(B)208.33º28.57%98.82%-
XYZ61.4666.87101.76-
YUV210.51151.41106.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.69%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=27.69%
G=33.54%
B=38.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802182520.290.1300.01208.3392.3184.71
HexB4DAFC1DD01d05c55
Octal264332374351501320134125
Binary101101001101101011111100111011101011101000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAFC; }

 p { color: rgb(180,218,252); }

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

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

 a { background-color: rgb(180,218,252); }

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

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

 span { border-color: rgb(180,218,252); }

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