Html Css Color HEX #B6BFED Perano

📋 copy color: '#B6BFED'

red 182 ◦ green 191 ◦ blue 237

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

Shades of Perano #B6BFED

Tints of Perano #B6BFED

RGB

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

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 29.84%
G = 31.31%
B = 38.85%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6BFED (or 0xB6BFED) is known color: Perano. HEX triplet: B6, BF and ED. RGB value is (182,191,237). Sum of RGB (Red+Green+Blue) = 182+191+237=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BFED is #494012. Grayscale: #C1C1C1. Windows color (decimal): -4800531 or 15581110. OLE color: 15581110.

HSL color Cylindrical-coordinate representation of color #B6BFED: hue angle of 230.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BFED is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 191 237 -
CMYK 0.23 0.19 0 0.07
HSL 230.18º 0.6% 0.82% -
HSV(B) 230.18º 0.23% 0.93% -
XYZ 53.21 53.32 87.61 -
YUV 193.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 182 191 237 0.23 0.19 0 0.07 230.18 0.6 0.82
Hex B6 BF ED 17 13 0 7 E6 3C 52
Octal 266 277 355 27 23 0 7 346 74 122
Binary 10110110 10111111 11101101 10111 10011 0 111 11100110 111100 1010010

Color Harmonies of #B6BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFED

Black with #B6BFED

Text Example


Text Example

White with #B6BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFED; }

 p { color: rgb(182,191,237); }

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

background-color css

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

 a { background-color: rgb(182,191,237); }

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

border-color css

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

 span { border-color: rgb(182,191,237); }

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