Html Css Color HEX #B7BDF1 Perano

📋 copy color: '#B7BDF1'

red 183 ◦ green 189 ◦ blue 241

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

Shades of Perano #B7BDF1

Tints of Perano #B7BDF1

RGB

 RED value IS 183 (71.88% from 255) = 29.85%

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

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

R = 29.85%
G = 30.83%
B = 39.31%

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

#B7BDF1 (or 0xB7BDF1) is known color: Perano. HEX triplet: B7, BD and F1. RGB value is (183,189,241). Sum of RGB (Red+Green+Blue) = 183+189+241=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDF1 is #48420E. Grayscale: #C0C0C0. Windows color (decimal): -4735503 or 15842743. OLE color: 15842743.

HSL color Cylindrical-coordinate representation of color #B7BDF1: hue angle of 233.79º degrees, saturation: 0.67, 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 #B7BDF1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 189 241 -
CMYK 0.24 0.22 0 0.05
HSL 233.79º 0.67% 0.83% -
HSV(B) 233.79º 0.24% 0.95% -
XYZ 53.6 52.81 90.59 -
YUV 193.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 183 189 241 0.24 0.22 0 0.05 233.79 0.67 0.83
Hex B7 BD F1 18 16 0 5 EA 43 53
Octal 267 275 361 30 26 0 5 352 103 123
Binary 10110111 10111101 11110001 11000 10110 0 101 11101010 1000011 1010011

Color Harmonies of #B7BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDF1

Black with #B7BDF1

Text Example


Text Example

White with #B7BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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