Html Css Color HEX #B8BCEE Perano

📋 copy color: '#B8BCEE'

red 184 ◦ green 188 ◦ blue 238

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

Shades of Perano #B8BCEE

Tints of Perano #B8BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.82%

 BLUE value IS 238 (93.36% from 255) = 39.02%

R = 30.16%
G = 30.82%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8BCEE (or 0xB8BCEE) is known color: Perano. HEX triplet: B8, BC and EE. RGB value is (184,188,238). Sum of RGB (Red+Green+Blue) = 184+188+238=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BCEE is #474311. Grayscale: #C0C0C0. Windows color (decimal): -4670226 or 15645880. OLE color: 15645880.

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

Color convert

RGB 184 188 238 -
CMYK 0.23 0.21 0 0.07
HSL 235.56º 0.61% 0.83% -
HSV(B) 235.56º 0.23% 0.93% -
XYZ 53.18 52.33 88.19 -
YUV 192.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 184 188 238 0.23 0.21 0 0.07 235.56 0.61 0.83
Hex B8 BC EE 17 15 0 7 EC 3D 53
Octal 270 274 356 27 25 0 7 354 75 123
Binary 10111000 10111100 11101110 10111 10101 0 111 11101100 111101 1010011

Color Harmonies of #B8BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCEE

Black with #B8BCEE

Text Example


Text Example

White with #B8BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCEE; }

 p { color: rgb(184,188,238); }

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

background-color css

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

 a { background-color: rgb(184,188,238); }

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

border-color css

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

 span { border-color: rgb(184,188,238); }

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