Html Css Color HEX #B4C2EB Perano

📋 copy color: '#B4C2EB'

red 180 ◦ green 194 ◦ blue 235

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

Shades of Perano #B4C2EB

Tints of Perano #B4C2EB

RGB

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

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

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

R = 29.56%
G = 31.86%
B = 38.59%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4C2EB (or 0xB4C2EB) is known color: Perano. HEX triplet: B4, C2 and EB. RGB value is (180,194,235). Sum of RGB (Red+Green+Blue) = 180+194+235=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C2EB is #4B3D14. Grayscale: #C2C2C2. Windows color (decimal): -4930837 or 15450804. OLE color: 15450804.

HSL color Cylindrical-coordinate representation of color #B4C2EB: hue angle of 224.73º 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 #B4C2EB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 194 235 -
CMYK 0.23 0.17 0 0.08
HSL 224.73º 0.58% 0.81% -
HSV(B) 224.73º 0.23% 0.92% -
XYZ 53.11 54.29 86.28 -
YUV 194.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 180 194 235 0.23 0.17 0 0.08 224.73 0.58 0.81
Hex B4 C2 EB 17 11 0 8 E1 3A 51
Octal 264 302 353 27 21 0 10 341 72 121
Binary 10110100 11000010 11101011 10111 10001 0 1000 11100001 111010 1010001

Color Harmonies of #B4C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C2EB

Black with #B4C2EB

Text Example


Text Example

White with #B4C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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