Html Css Color HEX #B4BDEB Perano

📋 copy color: '#B4BDEB'

red 180 ◦ green 189 ◦ blue 235

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

Shades of Perano #B4BDEB

Tints of Perano #B4BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 29.8%
G = 31.29%
B = 38.91%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4BDEB (or 0xB4BDEB) is known color: Perano. HEX triplet: B4, BD and EB. RGB value is (180,189,235). Sum of RGB (Red+Green+Blue) = 180+189+235=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDEB is #4B4214. Grayscale: #BFBFBF. Windows color (decimal): -4932117 or 15449524. OLE color: 15449524.

HSL color Cylindrical-coordinate representation of color #B4BDEB: hue angle of 230.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BDEB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 189 235 -
CMYK 0.23 0.20 0 0.08
HSL 230.18º 0.58% 0.81% -
HSV(B) 230.18º 0.23% 0.92% -
XYZ 52.02 52.1 85.91 -
YUV 191.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 180 189 235 0.23 0.20 0 0.08 230.18 0.58 0.81
Hex B4 BD EB 17 14 0 8 E6 3A 51
Octal 264 275 353 27 24 0 10 346 72 121
Binary 10110100 10111101 11101011 10111 10100 0 1000 11100110 111010 1010001

Color Harmonies of #B4BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDEB

Black with #B4BDEB

Text Example


Text Example

White with #B4BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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