Html Css Color HEX #B6BEDF Perano

📋 copy color: '#B6BEDF'

red 182 ◦ green 190 ◦ blue 223

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

Shades of Perano #B6BEDF

Tints of Perano #B6BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 30.59%
G = 31.93%
B = 37.48%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6BEDF (or 0xB6BEDF) is known color: Perano. HEX triplet: B6, BE and DF. RGB value is (182,190,223). Sum of RGB (Red+Green+Blue) = 182+190+223=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEDF is #494120. Grayscale: #BFBFBF. Windows color (decimal): -4800801 or 14663350. OLE color: 14663350.

HSL color Cylindrical-coordinate representation of color #B6BEDF: hue angle of 228.29º degrees, saturation: 0.39, 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 #B6BEDF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 190 223 -
CMYK 0.18 0.15 0 0.13
HSL 228.29º 0.39% 0.79% -
HSV(B) 228.29º 0.18% 0.87% -
XYZ 51.02 52.1 77.18 -
YUV 191.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 182 190 223 0.18 0.15 0 0.13 228.29 0.39 0.79
Hex B6 BE DF 12 F 0 D E4 27 4F
Octal 266 276 337 22 17 0 15 344 47 117
Binary 10110110 10111110 11011111 10010 1111 0 1101 11100100 100111 1001111

Color Harmonies of #B6BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BEDF

Black with #B6BEDF

Text Example


Text Example

White with #B6BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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