Html Css Color HEX #B2BEDD Perano

📋 copy color: '#B2BEDD'

red 178 ◦ green 190 ◦ blue 221

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

Shades of Perano #B2BEDD

Tints of Perano #B2BEDD

RGB

 RED value IS 178 (69.92% from 255) = 30.22%

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

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

R = 30.22%
G = 32.26%
B = 37.52%

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

#B2BEDD (or 0xB2BEDD) is known color: Perano. HEX triplet: B2, BE and DD. RGB value is (178,190,221). Sum of RGB (Red+Green+Blue) = 178+190+221=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEDD is #4D4122. Grayscale: #BDBDBD. Windows color (decimal): -5062947 or 14532274. OLE color: 14532274.

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

Color convert

RGB 178 190 221 -
CMYK 0.19 0.14 0 0.13
HSL 223.26º 0.39% 0.78% -
HSV(B) 223.26º 0.19% 0.87% -
XYZ 49.82 51.51 75.72 -
YUV 189.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 178 190 221 0.19 0.14 0 0.13 223.26 0.39 0.78
Hex B2 BE DD 13 E 0 D DF 27 4E
Octal 262 276 335 23 16 0 15 337 47 116
Binary 10110010 10111110 11011101 10011 1110 0 1101 11011111 100111 1001110

Color Harmonies of #B2BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEDD

Black with #B2BEDD

Text Example


Text Example

White with #B2BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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