Html Css Color HEX #B4BDDF Perano

📋 copy color: '#B4BDDF'

red 180 ◦ green 189 ◦ blue 223

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

Shades of Perano #B4BDDF

Tints of Perano #B4BDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 30.41%
G = 31.93%
B = 37.67%

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

#B4BDDF (or 0xB4BDDF) is known color: Perano. HEX triplet: B4, BD and DF. RGB value is (180,189,223). Sum of RGB (Red+Green+Blue) = 180+189+223=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDF is #4B4220. Grayscale: #BEBEBE. Windows color (decimal): -4932129 or 14663092. OLE color: 14663092.

HSL color Cylindrical-coordinate representation of color #B4BDDF: hue angle of 227.44º degrees, saturation: 0.4, 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 #B4BDDF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 189 223 -
CMYK 0.19 0.15 0 0.13
HSL 227.44º 0.4% 0.79% -
HSV(B) 227.44º 0.19% 0.87% -
XYZ 50.34 51.43 77.09 -
YUV 190.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 180 189 223 0.19 0.15 0 0.13 227.44 0.4 0.79
Hex B4 BD DF 13 F 0 D E3 28 4F
Octal 264 275 337 23 17 0 15 343 50 117
Binary 10110100 10111101 11011111 10011 1111 0 1101 11100011 101000 1001111

Color Harmonies of #B4BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDDF

Black with #B4BDDF

Text Example


Text Example

White with #B4BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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