Html Css Color HEX #B0BDEB Perano

📋 copy color: '#B0BDEB'

red 176 ◦ green 189 ◦ blue 235

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

Shades of Perano #B0BDEB

Tints of Perano #B0BDEB

RGB

 RED value IS 176 (69.14% from 255) = 29.33%

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

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

R = 29.33%
G = 31.5%
B = 39.17%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0BDEB (or 0xB0BDEB) is known color: Perano. HEX triplet: B0, BD and EB. RGB value is (176,189,235). Sum of RGB (Red+Green+Blue) = 176+189+235=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDEB is #4F4214. Grayscale: #BEBEBE. Windows color (decimal): -5194261 or 15449520. OLE color: 15449520.

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

Color convert

RGB 176 189 235 -
CMYK 0.25 0.20 0 0.08
HSL 226.78º 0.6% 0.81% -
HSV(B) 226.78º 0.25% 0.92% -
XYZ 51.1 51.62 85.87 -
YUV 190.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 176 189 235 0.25 0.20 0 0.08 226.78 0.6 0.81
Hex B0 BD EB 19 14 0 8 E3 3C 51
Octal 260 275 353 31 24 0 10 343 74 121
Binary 10110000 10111101 11101011 11001 10100 0 1000 11100011 111100 1010001

Color Harmonies of #B0BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDEB

Black with #B0BDEB

Text Example


Text Example

White with #B0BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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