Html Css Color HEX #B5D2EB Pale Cornflower Blue

📋 copy color: '#B5D2EB'

red 181 ◦ green 210 ◦ blue 235

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

Shades of Pale Cornflower Blue #B5D2EB

Tints of Pale Cornflower Blue #B5D2EB

RGB

 RED value IS 181 (71.09% from 255) = 28.91%

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

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

R = 28.91%
G = 33.55%
B = 37.54%

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

#B5D2EB (or 0xB5D2EB) is known color: Pale Cornflower Blue. HEX triplet: B5, D2 and EB. RGB value is (181,210,235). Sum of RGB (Red+Green+Blue) = 181+210+235=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D2EB is #4A2D14. Grayscale: #CCCCCC. Windows color (decimal): -4861205 or 15454901. OLE color: 15454901.

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

Color convert

RGB 181 210 235 -
CMYK 0.23 0.11 0 0.08
HSL 207.78º 0.57% 0.82% -
HSV(B) 207.78º 0.23% 0.92% -
XYZ 57.1 61.92 87.54 -
YUV 204.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 181 210 235 0.23 0.11 0 0.08 207.78 0.57 0.82
Hex B5 D2 EB 17 B 0 8 D0 39 52
Octal 265 322 353 27 13 0 10 320 71 122
Binary 10110101 11010010 11101011 10111 1011 0 1000 11010000 111001 1010010

Color Harmonies of #B5D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D2EB

Black with #B5D2EB

Text Example


Text Example

White with #B5D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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