Html Css Color HEX #B2C2EA Perano

📋 copy color: '#B2C2EA'

red 178 ◦ green 194 ◦ blue 234

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

Shades of Perano #B2C2EA

Tints of Perano #B2C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 29.37%
G = 32.01%
B = 38.61%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2C2EA (or 0xB2C2EA) is known color: Perano. HEX triplet: B2, C2 and EA. RGB value is (178,194,234). Sum of RGB (Red+Green+Blue) = 178+194+234=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C2EA is #4D3D15. Grayscale: #C1C1C1. Windows color (decimal): -5061910 or 15385266. OLE color: 15385266.

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

Color convert

RGB 178 194 234 -
CMYK 0.24 0.17 0 0.08
HSL 222.86º 0.57% 0.81% -
HSV(B) 222.86º 0.24% 0.92% -
XYZ 52.5 53.99 85.5 -
YUV 193.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 178 194 234 0.24 0.17 0 0.08 222.86 0.57 0.81
Hex B2 C2 EA 18 11 0 8 DF 39 51
Octal 262 302 352 30 21 0 10 337 71 121
Binary 10110010 11000010 11101010 11000 10001 0 1000 11011111 111001 1010001

Color Harmonies of #B2C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C2EA

Black with #B2C2EA

Text Example


Text Example

White with #B2C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C2EA; }

 p { color: rgb(178,194,234); }

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

background-color css

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

 a { background-color: rgb(178,194,234); }

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

border-color css

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

 span { border-color: rgb(178,194,234); }

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