Html Css Color HEX #B4BDE8 Perano

📋 copy color: '#B4BDE8'

red 180 ◦ green 189 ◦ blue 232

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

Shades of Perano #B4BDE8

Tints of Perano #B4BDE8

RGB

 RED value IS 180 (70.7% from 255) = 29.95%

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

 BLUE value IS 232 (91.02% from 255) = 38.6%

R = 29.95%
G = 31.45%
B = 38.6%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4BDE8 (or 0xB4BDE8) is known color: Perano. HEX triplet: B4, BD and E8. RGB value is (180,189,232). Sum of RGB (Red+Green+Blue) = 180+189+232=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDE8 is #4B4217. Grayscale: #BFBFBF. Windows color (decimal): -4932120 or 15252916. OLE color: 15252916.

HSL color Cylindrical-coordinate representation of color #B4BDE8: hue angle of 229.62º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BDE8 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 189 232 -
CMYK 0.22 0.19 0 0.09
HSL 229.62º 0.53% 0.81% -
HSV(B) 229.62º 0.22% 0.91% -
XYZ 51.59 51.92 83.65 -
YUV 191.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 180 189 232 0.22 0.19 0 0.09 229.62 0.53 0.81
Hex B4 BD E8 16 13 0 9 E6 35 51
Octal 264 275 350 26 23 0 11 346 65 121
Binary 10110100 10111101 11101000 10110 10011 0 1001 11100110 110101 1010001

Color Harmonies of #B4BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDE8

Black with #B4BDE8

Text Example


Text Example

White with #B4BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDE8; }

 p { color: rgb(180,189,232); }

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

background-color css

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

 a { background-color: rgb(180,189,232); }

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

border-color css

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

 span { border-color: rgb(180,189,232); }

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