Html Css Color HEX #B6BEFE Perano

📋 copy color: '#B6BEFE'

red 182 ◦ green 190 ◦ blue 254

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

Shades of Perano #B6BEFE

Tints of Perano #B6BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 29.07%
G = 30.35%
B = 40.58%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B6BEFE (or 0xB6BEFE) is known color: Perano. HEX triplet: B6, BE and FE. RGB value is (182,190,254). Sum of RGB (Red+Green+Blue) = 182+190+254=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BEFE is #494101. Grayscale: #C2C2C2. Windows color (decimal): -4800770 or 16694966. OLE color: 16694966.

HSL color Cylindrical-coordinate representation of color #B6BEFE: hue angle of 233.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BEFE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 190 254 -
CMYK 0.28 0.25 0 0.00
HSL 233.33º 0.97% 0.85% -
HSV(B) 233.33º 0.28% 1% -
XYZ 55.59 53.93 101.24 -
YUV 194.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 182 190 254 0.28 0.25 0 0.00 233.33 0.97 0.85
Hex B6 BE FE 1C 19 0 0 E9 61 55
Octal 266 276 376 34 31 0 0 351 141 125
Binary 10110110 10111110 11111110 11100 11001 0 0 11101001 1100001 1010101

Color Harmonies of #B6BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BEFE

Black with #B6BEFE

Text Example


Text Example

White with #B6BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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