Html Css Color HEX #B4BDDE Perano

📋 copy color: '#B4BDDE'

red 180 ◦ green 189 ◦ blue 222

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

Shades of Perano #B4BDDE

Tints of Perano #B4BDDE

RGB

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

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

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

R = 30.46%
G = 31.98%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4BDDE (or 0xB4BDDE) is known color: Perano. HEX triplet: B4, BD and DE. RGB value is (180,189,222). Sum of RGB (Red+Green+Blue) = 180+189+222=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDE is #4B4221. Grayscale: #BDBDBD. Windows color (decimal): -4932130 or 14597556. OLE color: 14597556.

HSL color Cylindrical-coordinate representation of color #B4BDDE: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BDDE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 189 222 -
CMYK 0.19 0.15 0 0.13
HSL 227.14º 0.39% 0.79% -
HSV(B) 227.14º 0.19% 0.87% -
XYZ 50.2 51.37 76.38 -
YUV 190.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 180 189 222 0.19 0.15 0 0.13 227.14 0.39 0.79
Hex B4 BD DE 13 F 0 D E3 27 4F
Octal 264 275 336 23 17 0 15 343 47 117
Binary 10110100 10111101 11011110 10011 1111 0 1101 11100011 100111 1001111

Color Harmonies of #B4BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDDE

Black with #B4BDDE

Text Example


Text Example

White with #B4BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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