Html Css Color HEX #B7C0DD Perano

📋 copy color: '#B7C0DD'

red 183 ◦ green 192 ◦ blue 221

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

Shades of Perano #B7C0DD

Tints of Perano #B7C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.21%

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 30.7%
G = 32.21%
B = 37.08%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7C0DD (or 0xB7C0DD) is known color: Perano. HEX triplet: B7, C0 and DD. RGB value is (183,192,221). Sum of RGB (Red+Green+Blue) = 183+192+221=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0DD is #483F22. Grayscale: #C0C0C0. Windows color (decimal): -4734755 or 14532791. OLE color: 14532791.

HSL color Cylindrical-coordinate representation of color #B7C0DD: hue angle of 225.79º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7C0DD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 192 221 -
CMYK 0.17 0.13 0 0.13
HSL 225.79º 0.36% 0.79% -
HSV(B) 225.79º 0.17% 0.87% -
XYZ 51.43 52.99 75.92 -
YUV 192.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 183 192 221 0.17 0.13 0 0.13 225.79 0.36 0.79
Hex B7 C0 DD 11 D 0 D E2 24 4F
Octal 267 300 335 21 15 0 15 342 44 117
Binary 10110111 11000000 11011101 10001 1101 0 1101 11100010 100100 1001111

Color Harmonies of #B7C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C0DD

Black with #B7C0DD

Text Example


Text Example

White with #B7C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C0DD; }

 p { color: rgb(183,192,221); }

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

background-color css

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

 a { background-color: rgb(183,192,221); }

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

border-color css

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

 span { border-color: rgb(183,192,221); }

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