Html Css Color HEX #B2BDDD Perano

📋 copy color: '#B2BDDD'

red 178 ◦ green 189 ◦ blue 221

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

Shades of Perano #B2BDDD

Tints of Perano #B2BDDD

RGB

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

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

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

R = 30.27%
G = 32.14%
B = 37.59%

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

#B2BDDD (or 0xB2BDDD) is known color: Perano. HEX triplet: B2, BD and DD. RGB value is (178,189,221). Sum of RGB (Red+Green+Blue) = 178+189+221=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDDD is #4D4222. Grayscale: #BDBDBD. Windows color (decimal): -5063203 or 14532018. OLE color: 14532018.

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

Color convert

RGB 178 189 221 -
CMYK 0.19 0.14 0 0.13
HSL 224.65º 0.39% 0.78% -
HSV(B) 224.65º 0.19% 0.87% -
XYZ 49.61 51.08 75.65 -
YUV 189.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 178 189 221 0.19 0.14 0 0.13 224.65 0.39 0.78
Hex B2 BD DD 13 E 0 D E1 27 4E
Octal 262 275 335 23 16 0 15 341 47 116
Binary 10110010 10111101 11011101 10011 1110 0 1101 11100001 100111 1001110

Color Harmonies of #B2BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDDD

Black with #B2BDDD

Text Example


Text Example

White with #B2BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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