Html Css Color HEX #B4BDE9 Perano

📋 copy color: '#B4BDE9'

red 180 ◦ green 189 ◦ blue 233

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

Shades of Perano #B4BDE9

Tints of Perano #B4BDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.7%

R = 29.9%
G = 31.4%
B = 38.7%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4BDE9 (or 0xB4BDE9) is known color: Perano. HEX triplet: B4, BD and E9. RGB value is (180,189,233). Sum of RGB (Red+Green+Blue) = 180+189+233=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #B4BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDE9 is #4B4216. Grayscale: #BFBFBF. Windows color (decimal): -4932119 or 15318452. OLE color: 15318452.

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

Color convert

RGB 180 189 233 -
CMYK 0.23 0.19 0 0.09
HSL 229.81º 0.55% 0.81% -
HSV(B) 229.81º 0.23% 0.91% -
XYZ 51.73 51.98 84.4 -
YUV 191.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 180 189 233 0.23 0.19 0 0.09 229.81 0.55 0.81
Hex B4 BD E9 17 13 0 9 E6 37 51
Octal 264 275 351 27 23 0 11 346 67 121
Binary 10110100 10111101 11101001 10111 10011 0 1001 11100110 110111 1010001

Color Harmonies of #B4BDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDE9

Black with #B4BDE9

Text Example


Text Example

White with #B4BDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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