Html Css Color HEX #B6BDF1 Perano

📋 copy color: '#B6BDF1'

red 182 ◦ green 189 ◦ blue 241

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

Shades of Perano #B6BDF1

Tints of Perano #B6BDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.88%

 BLUE value IS 241 (94.53% from 255) = 39.38%

R = 29.74%
G = 30.88%
B = 39.38%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6BDF1 (or 0xB6BDF1) is known color: Perano. HEX triplet: B6, BD and F1. RGB value is (182,189,241). Sum of RGB (Red+Green+Blue) = 182+189+241=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BDF1 is #49420E. Grayscale: #C0C0C0. Windows color (decimal): -4801039 or 15842742. OLE color: 15842742.

HSL color Cylindrical-coordinate representation of color #B6BDF1: hue angle of 232.88º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6BDF1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 189 241 -
CMYK 0.24 0.22 0 0.05
HSL 232.88º 0.68% 0.83% -
HSV(B) 232.88º 0.24% 0.95% -
XYZ 53.37 52.69 90.58 -
YUV 192.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 182 189 241 0.24 0.22 0 0.05 232.88 0.68 0.83
Hex B6 BD F1 18 16 0 5 E9 44 53
Octal 266 275 361 30 26 0 5 351 104 123
Binary 10110110 10111101 11110001 11000 10110 0 101 11101001 1000100 1010011

Color Harmonies of #B6BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDF1

Black with #B6BDF1

Text Example


Text Example

White with #B6BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDF1; }

 p { color: rgb(182,189,241); }

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

background-color css

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

 a { background-color: rgb(182,189,241); }

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

border-color css

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

 span { border-color: rgb(182,189,241); }

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