Html Css Color HEX #B6B8EF Perano

📋 copy color: '#B6B8EF'

red 182 ◦ green 184 ◦ blue 239

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

Shades of Perano #B6B8EF

Tints of Perano #B6B8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.41%

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

R = 30.08%
G = 30.41%
B = 39.5%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B6B8EF (or 0xB6B8EF) is known color: Perano. HEX triplet: B6, B8 and EF. RGB value is (182,184,239). Sum of RGB (Red+Green+Blue) = 182+184+239=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6B8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B8EF is #494710. Grayscale: #BDBDBD. Windows color (decimal): -4802321 or 15710390. OLE color: 15710390.

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

Color convert

RGB 182 184 239 -
CMYK 0.24 0.23 0 0.06
HSL 237.89º 0.64% 0.83% -
HSV(B) 237.89º 0.24% 0.94% -
XYZ 52.01 50.46 88.66 -
YUV 189.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 182 184 239 0.24 0.23 0 0.06 237.89 0.64 0.83
Hex B6 B8 EF 18 17 0 6 EE 40 53
Octal 266 270 357 30 27 0 6 356 100 123
Binary 10110110 10111000 11101111 11000 10111 0 110 11101110 1000000 1010011

Color Harmonies of #B6B8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B8EF

Black with #B6B8EF

Text Example


Text Example

White with #B6B8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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