Html Css Color HEX #B5C2EF Perano

📋 copy color: '#B5C2EF'

red 181 ◦ green 194 ◦ blue 239

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

Shades of Perano #B5C2EF

Tints of Perano #B5C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.6%

 BLUE value IS 239 (93.75% from 255) = 38.93%

R = 29.48%
G = 31.6%
B = 38.93%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5C2EF (or 0xB5C2EF) is known color: Perano. HEX triplet: B5, C2 and EF. RGB value is (181,194,239). Sum of RGB (Red+Green+Blue) = 181+194+239=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C2EF is #4A3D10. Grayscale: #C3C3C3. Windows color (decimal): -4865297 or 15712949. OLE color: 15712949.

HSL color Cylindrical-coordinate representation of color #B5C2EF: hue angle of 226.55º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C2EF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 194 239 -
CMYK 0.24 0.19 0 0.06
HSL 226.55º 0.64% 0.82% -
HSV(B) 226.55º 0.24% 0.94% -
XYZ 53.93 54.64 89.37 -
YUV 195.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 181 194 239 0.24 0.19 0 0.06 226.55 0.64 0.82
Hex B5 C2 EF 18 13 0 6 E3 40 52
Octal 265 302 357 30 23 0 6 343 100 122
Binary 10110101 11000010 11101111 11000 10011 0 110 11100011 1000000 1010010

Color Harmonies of #B5C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2EF

Black with #B5C2EF

Text Example


Text Example

White with #B5C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2EF; }

 p { color: rgb(181,194,239); }

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

background-color css

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

 a { background-color: rgb(181,194,239); }

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

border-color css

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

 span { border-color: rgb(181,194,239); }

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