Html Css Color HEX #B4D2EB Pale Cornflower Blue

📋 copy color: '#B4D2EB'

red 180 ◦ green 210 ◦ blue 235

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

Shades of Pale Cornflower Blue #B4D2EB

Tints of Pale Cornflower Blue #B4D2EB

RGB

 RED value IS 180 (70.7% from 255) = 28.8%

 GREEN value IS 210 (82.42% from 255) = 33.6%

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 28.8%
G = 33.6%
B = 37.6%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4D2EB (or 0xB4D2EB) is known color: Pale Cornflower Blue. HEX triplet: B4, D2 and EB. RGB value is (180,210,235). Sum of RGB (Red+Green+Blue) = 180+210+235=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D2EB is #4B2D14. Grayscale: #CBCBCB. Windows color (decimal): -4926741 or 15454900. OLE color: 15454900.

HSL color Cylindrical-coordinate representation of color #B4D2EB: hue angle of 207.27º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4D2EB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 210 235 -
CMYK 0.23 0.11 0 0.08
HSL 207.27º 0.58% 0.81% -
HSV(B) 207.27º 0.23% 0.92% -
XYZ 56.86 61.79 87.53 -
YUV 203.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 180 210 235 0.23 0.11 0 0.08 207.27 0.58 0.81
Hex B4 D2 EB 17 B 0 8 CF 3A 51
Octal 264 322 353 27 13 0 10 317 72 121
Binary 10110100 11010010 11101011 10111 1011 0 1000 11001111 111010 1010001

Color Harmonies of #B4D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D2EB

Black with #B4D2EB

Text Example


Text Example

White with #B4D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D2EB; }

 p { color: rgb(180,210,235); }

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

background-color css

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

 a { background-color: rgb(180,210,235); }

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

border-color css

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

 span { border-color: rgb(180,210,235); }

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