Html Css Color HEX #B6B4EF Perano

📋 copy color: '#B6B4EF'

red 182 ◦ green 180 ◦ blue 239

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

Shades of Perano #B6B4EF

Tints of Perano #B6B4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.95%

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

R = 30.28%
G = 29.95%
B = 39.77%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B6B4EF (or 0xB6B4EF) is known color: Perano. HEX triplet: B6, B4 and EF. RGB value is (182,180,239). Sum of RGB (Red+Green+Blue) = 182+180+239=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B4EF is #494B10. Grayscale: #BBBBBB. Windows color (decimal): -4803345 or 15709366. OLE color: 15709366.

HSL color Cylindrical-coordinate representation of color #B6B4EF: hue angle of 242.03º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6B4EF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 180 239 -
CMYK 0.24 0.25 0 0.06
HSL 242.03º 0.65% 0.82% -
HSV(B) 242.03º 0.25% 0.94% -
XYZ 51.19 48.82 88.39 -
YUV 187.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 182 180 239 0.24 0.25 0 0.06 242.03 0.65 0.82
Hex B6 B4 EF 18 19 0 6 F2 41 52
Octal 266 264 357 30 31 0 6 362 101 122
Binary 10110110 10110100 11101111 11000 11001 0 110 11110010 1000001 1010010

Color Harmonies of #B6B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B4EF

Black with #B6B4EF

Text Example


Text Example

White with #B6B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B4EF; }

 p { color: rgb(182,180,239); }

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

background-color css

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

 a { background-color: rgb(182,180,239); }

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

border-color css

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

 span { border-color: rgb(182,180,239); }

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