Html Css Color HEX #BCC0EB Perano

📋 copy color: '#BCC0EB'

red 188 ◦ green 192 ◦ blue 235

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

Shades of Perano #BCC0EB

Tints of Perano #BCC0EB

RGB

 RED value IS 188 (73.83% from 255) = 30.57%

 GREEN value IS 192 (75.39% from 255) = 31.22%

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

R = 30.57%
G = 31.22%
B = 38.21%

CMYK

 C value IS 0.2

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC0EB (or 0xBCC0EB) is known color: Perano. HEX triplet: BC, C0 and EB. RGB value is (188,192,235). Sum of RGB (Red+Green+Blue) = 188+192+235=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EB is #433F14. Grayscale: #C3C3C3. Windows color (decimal): -4407061 or 15450300. OLE color: 15450300.

HSL color Cylindrical-coordinate representation of color #BCC0EB: hue angle of 234.89º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC0EB is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 192 235 -
CMYK 0.2 0.18 0 0.08
HSL 234.89º 0.54% 0.83% -
HSV(B) 234.89º 0.2% 0.92% -
XYZ 54.58 54.39 86.22 -
YUV 195.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 188 192 235 0.2 0.18 0 0.08 234.89 0.54 0.83
Hex BC C0 EB 14 12 0 8 EB 36 53
Octal 274 300 353 24 22 0 10 353 66 123
Binary 10111100 11000000 11101011 10100 10010 0 1000 11101011 110110 1010011

Color Harmonies of #BCC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0EB

Black with #BCC0EB

Text Example


Text Example

White with #BCC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0EB; }

 p { color: rgb(188,192,235); }

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

background-color css

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

 a { background-color: rgb(188,192,235); }

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

border-color css

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

 span { border-color: rgb(188,192,235); }

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