Html Css Color HEX #B3BEDD Perano

📋 copy color: '#B3BEDD'

red 179 ◦ green 190 ◦ blue 221

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

Shades of Perano #B3BEDD

Tints of Perano #B3BEDD

RGB

 RED value IS 179 (70.31% from 255) = 30.34%

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 30.34%
G = 32.2%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3BEDD (or 0xB3BEDD) is known color: Perano. HEX triplet: B3, BE and DD. RGB value is (179,190,221). Sum of RGB (Red+Green+Blue) = 179+190+221=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEDD is #4C4122. Grayscale: #BEBEBE. Windows color (decimal): -4997411 or 14532275. OLE color: 14532275.

HSL color Cylindrical-coordinate representation of color #B3BEDD: hue angle of 224.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BEDD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 190 221 -
CMYK 0.19 0.14 0 0.13
HSL 224.29º 0.38% 0.78% -
HSV(B) 224.29º 0.19% 0.87% -
XYZ 50.06 51.63 75.73 -
YUV 190.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 179 190 221 0.19 0.14 0 0.13 224.29 0.38 0.78
Hex B3 BE DD 13 E 0 D E0 26 4E
Octal 263 276 335 23 16 0 15 340 46 116
Binary 10110011 10111110 11011101 10011 1110 0 1101 11100000 100110 1001110

Color Harmonies of #B3BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BEDD

Black with #B3BEDD

Text Example


Text Example

White with #B3BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BEDD; }

 p { color: rgb(179,190,221); }

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

background-color css

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

 a { background-color: rgb(179,190,221); }

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

border-color css

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

 span { border-color: rgb(179,190,221); }

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