Html Css Color HEX #B7C4EF Perano

📋 copy color: '#B7C4EF'

red 183 ◦ green 196 ◦ blue 239

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

Shades of Perano #B7C4EF

Tints of Perano #B7C4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.72%

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 29.61%
G = 31.72%
B = 38.67%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B7C4EF (or 0xB7C4EF) is known color: Perano. HEX triplet: B7, C4 and EF. RGB value is (183,196,239). Sum of RGB (Red+Green+Blue) = 183+196+239=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C4EF is #483B10. Grayscale: #C4C4C4. Windows color (decimal): -4733713 or 15713463. OLE color: 15713463.

HSL color Cylindrical-coordinate representation of color #B7C4EF: hue angle of 226.07º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7C4EF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 196 239 -
CMYK 0.23 0.18 0 0.06
HSL 226.07º 0.64% 0.83% -
HSV(B) 226.07º 0.23% 0.94% -
XYZ 54.85 55.78 89.54 -
YUV 197.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 183 196 239 0.23 0.18 0 0.06 226.07 0.64 0.83
Hex B7 C4 EF 17 12 0 6 E2 40 53
Octal 267 304 357 27 22 0 6 342 100 123
Binary 10110111 11000100 11101111 10111 10010 0 110 11100010 1000000 1010011

Color Harmonies of #B7C4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C4EF

Black with #B7C4EF

Text Example


Text Example

White with #B7C4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C4EF; }

 p { color: rgb(183,196,239); }

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

background-color css

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

 a { background-color: rgb(183,196,239); }

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

border-color css

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

 span { border-color: rgb(183,196,239); }

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