Html Css Color HEX #B8BDED Perano

📋 copy color: '#B8BDED'

red 184 ◦ green 189 ◦ blue 237

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

Shades of Perano #B8BDED

Tints of Perano #B8BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 30.16%
G = 30.98%
B = 38.85%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8BDED (or 0xB8BDED) is known color: Perano. HEX triplet: B8, BD and ED. RGB value is (184,189,237). Sum of RGB (Red+Green+Blue) = 184+189+237=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDED is #474212. Grayscale: #C0C0C0. Windows color (decimal): -4669971 or 15580600. OLE color: 15580600.

HSL color Cylindrical-coordinate representation of color #B8BDED: hue angle of 234.34º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BDED is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 189 237 -
CMYK 0.22 0.20 0 0.07
HSL 234.34º 0.6% 0.83% -
HSV(B) 234.34º 0.22% 0.93% -
XYZ 53.25 52.7 87.49 -
YUV 192.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 184 189 237 0.22 0.20 0 0.07 234.34 0.6 0.83
Hex B8 BD ED 16 14 0 7 EA 3C 53
Octal 270 275 355 26 24 0 7 352 74 123
Binary 10111000 10111101 11101101 10110 10100 0 111 11101010 111100 1010011

Color Harmonies of #B8BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDED

Black with #B8BDED

Text Example


Text Example

White with #B8BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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