Html Css Color HEX #B4C3EC Perano

📋 copy color: '#B4C3EC'

red 180 ◦ green 195 ◦ blue 236

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

Shades of Perano #B4C3EC

Tints of Perano #B4C3EC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.91%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 29.46%
G = 31.91%
B = 38.63%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4C3EC (or 0xB4C3EC) is known color: Perano. HEX triplet: B4, C3 and EC. RGB value is (180,195,236). Sum of RGB (Red+Green+Blue) = 180+195+236=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4C3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C3EC is #4B3C13. Grayscale: #C3C3C3. Windows color (decimal): -4930580 or 15516596. OLE color: 15516596.

HSL color Cylindrical-coordinate representation of color #B4C3EC: hue angle of 223.93º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4C3EC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 195 236 -
CMYK 0.24 0.17 0 0.07
HSL 223.93º 0.6% 0.82% -
HSV(B) 223.93º 0.24% 0.93% -
XYZ 53.48 54.79 87.11 -
YUV 195.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 180 195 236 0.24 0.17 0 0.07 223.93 0.6 0.82
Hex B4 C3 EC 18 11 0 7 E0 3C 52
Octal 264 303 354 30 21 0 7 340 74 122
Binary 10110100 11000011 11101100 11000 10001 0 111 11100000 111100 1010010

Color Harmonies of #B4C3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C3EC

Black with #B4C3EC

Text Example


Text Example

White with #B4C3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C3EC; }

 p { color: rgb(180,195,236); }

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

background-color css

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

 a { background-color: rgb(180,195,236); }

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

border-color css

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

 span { border-color: rgb(180,195,236); }

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