Html Css Color HEX #B8BDEB Perano

📋 copy color: '#B8BDEB'

red 184 ◦ green 189 ◦ blue 235

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

Shades of Perano #B8BDEB

Tints of Perano #B8BDEB

RGB

 RED value IS 184 (72.27% from 255) = 30.26%

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

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

R = 30.26%
G = 31.09%
B = 38.65%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8BDEB (or 0xB8BDEB) is known color: Perano. HEX triplet: B8, BD and EB. RGB value is (184,189,235). Sum of RGB (Red+Green+Blue) = 184+189+235=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDEB is #474214. Grayscale: #C0C0C0. Windows color (decimal): -4669973 or 15449528. OLE color: 15449528.

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

Color convert

RGB 184 189 235 -
CMYK 0.22 0.20 0 0.08
HSL 234.12º 0.56% 0.82% -
HSV(B) 234.12º 0.22% 0.92% -
XYZ 52.96 52.58 85.96 -
YUV 192.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 184 189 235 0.22 0.20 0 0.08 234.12 0.56 0.82
Hex B8 BD EB 16 14 0 8 EA 38 52
Octal 270 275 353 26 24 0 10 352 70 122
Binary 10111000 10111101 11101011 10110 10100 0 1000 11101010 111000 1010010

Color Harmonies of #B8BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDEB

Black with #B8BDEB

Text Example


Text Example

White with #B8BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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