Html Css Color HEX #B2BDDE Perano

📋 copy color: '#B2BDDE'

red 178 ◦ green 189 ◦ blue 222

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

Shades of Perano #B2BDDE

Tints of Perano #B2BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 30.22%
G = 32.09%
B = 37.69%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2BDDE (or 0xB2BDDE) is known color: Perano. HEX triplet: B2, BD and DE. RGB value is (178,189,222). Sum of RGB (Red+Green+Blue) = 178+189+222=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDDE is #4D4221. Grayscale: #BDBDBD. Windows color (decimal): -5063202 or 14597554. OLE color: 14597554.

HSL color Cylindrical-coordinate representation of color #B2BDDE: hue angle of 225º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BDDE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 189 222 -
CMYK 0.20 0.15 0 0.13
HSL 225º 0.4% 0.78% -
HSV(B) 225º 0.2% 0.87% -
XYZ 49.74 51.13 76.36 -
YUV 189.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 178 189 222 0.20 0.15 0 0.13 225 0.4 0.78
Hex B2 BD DE 14 F 0 D E1 28 4E
Octal 262 275 336 24 17 0 15 341 50 116
Binary 10110010 10111101 11011110 10100 1111 0 1101 11100001 101000 1001110

Color Harmonies of #B2BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDDE

Black with #B2BDDE

Text Example


Text Example

White with #B2BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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