Html Css Color HEX #B2C1EB Perano

📋 copy color: '#B2C1EB'

red 178 ◦ green 193 ◦ blue 235

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

Shades of Perano #B2C1EB

Tints of Perano #B2C1EB

RGB

 RED value IS 178 (69.92% from 255) = 29.37%

 GREEN value IS 193 (75.78% from 255) = 31.85%

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

R = 29.37%
G = 31.85%
B = 38.78%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2C1EB (or 0xB2C1EB) is known color: Perano. HEX triplet: B2, C1 and EB. RGB value is (178,193,235). Sum of RGB (Red+Green+Blue) = 178+193+235=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2C1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C1EB is #4D3E14. Grayscale: #C1C1C1. Windows color (decimal): -5062165 or 15450546. OLE color: 15450546.

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

Color convert

RGB 178 193 235 -
CMYK 0.24 0.18 0 0.08
HSL 224.21º 0.59% 0.81% -
HSV(B) 224.21º 0.24% 0.92% -
XYZ 52.43 53.6 86.18 -
YUV 193.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 178 193 235 0.24 0.18 0 0.08 224.21 0.59 0.81
Hex B2 C1 EB 18 12 0 8 E0 3B 51
Octal 262 301 353 30 22 0 10 340 73 121
Binary 10110010 11000001 11101011 11000 10010 0 1000 11100000 111011 1010001

Color Harmonies of #B2C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C1EB

Black with #B2C1EB

Text Example


Text Example

White with #B2C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C1EB; }

 p { color: rgb(178,193,235); }

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

background-color css

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

 a { background-color: rgb(178,193,235); }

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

border-color css

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

 span { border-color: rgb(178,193,235); }

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