Html Css Color HEX #B7C2EB Perano

📋 copy color: '#B7C2EB'

red 183 ◦ green 194 ◦ blue 235

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

Shades of Perano #B7C2EB

Tints of Perano #B7C2EB

RGB

 RED value IS 183 (71.88% from 255) = 29.9%

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

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

R = 29.9%
G = 31.7%
B = 38.4%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B7C2EB (or 0xB7C2EB) is known color: Perano. HEX triplet: B7, C2 and EB. RGB value is (183,194,235). Sum of RGB (Red+Green+Blue) = 183+194+235=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C2EB is #483D14. Grayscale: #C3C3C3. Windows color (decimal): -4734229 or 15450807. OLE color: 15450807.

HSL color Cylindrical-coordinate representation of color #B7C2EB: hue angle of 227.31º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7C2EB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 194 235 -
CMYK 0.22 0.17 0 0.08
HSL 227.31º 0.57% 0.82% -
HSV(B) 227.31º 0.22% 0.92% -
XYZ 53.82 54.65 86.31 -
YUV 195.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 183 194 235 0.22 0.17 0 0.08 227.31 0.57 0.82
Hex B7 C2 EB 16 11 0 8 E3 39 52
Octal 267 302 353 26 21 0 10 343 71 122
Binary 10110111 11000010 11101011 10110 10001 0 1000 11100011 111001 1010010

Color Harmonies of #B7C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C2EB

Black with #B7C2EB

Text Example


Text Example

White with #B7C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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