Html Css Color HEX #B6BEDD Perano

📋 copy color: '#B6BEDD'

red 182 ◦ green 190 ◦ blue 221

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

Shades of Perano #B6BEDD

Tints of Perano #B6BEDD

RGB

 RED value IS 182 (71.48% from 255) = 30.69%

 GREEN value IS 190 (74.61% from 255) = 32.04%

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

R = 30.69%
G = 32.04%
B = 37.27%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6BEDD (or 0xB6BEDD) is known color: Perano. HEX triplet: B6, BE and DD. RGB value is (182,190,221). Sum of RGB (Red+Green+Blue) = 182+190+221=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEDD is #494122. Grayscale: #BFBFBF. Windows color (decimal): -4800803 or 14532278. OLE color: 14532278.

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

Color convert

RGB 182 190 221 -
CMYK 0.18 0.14 0 0.13
HSL 227.69º 0.36% 0.79% -
HSV(B) 227.69º 0.18% 0.87% -
XYZ 50.76 51.99 75.77 -
YUV 191.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 182 190 221 0.18 0.14 0 0.13 227.69 0.36 0.79
Hex B6 BE DD 12 E 0 D E4 24 4F
Octal 266 276 335 22 16 0 15 344 44 117
Binary 10110110 10111110 11011101 10010 1110 0 1101 11100100 100100 1001111

Color Harmonies of #B6BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BEDD

Black with #B6BEDD

Text Example


Text Example

White with #B6BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BEDD; }

 p { color: rgb(182,190,221); }

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

background-color css

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

 a { background-color: rgb(182,190,221); }

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

border-color css

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

 span { border-color: rgb(182,190,221); }

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