Html Css Color HEX #BCC0ED Perano

📋 copy color: '#BCC0ED'

red 188 ◦ green 192 ◦ blue 237

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

Shades of Perano #BCC0ED

Tints of Perano #BCC0ED

RGB

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

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

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

R = 30.47%
G = 31.12%
B = 38.41%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC0ED (or 0xBCC0ED) is known color: Perano. HEX triplet: BC, C0 and ED. RGB value is (188,192,237). Sum of RGB (Red+Green+Blue) = 188+192+237=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0ED is #433F12. Grayscale: #C3C3C3. Windows color (decimal): -4407059 or 15581372. OLE color: 15581372.

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

Color convert

RGB 188 192 237 -
CMYK 0.21 0.19 0 0.07
HSL 235.1º 0.58% 0.83% -
HSV(B) 235.1º 0.21% 0.93% -
XYZ 54.87 54.51 87.75 -
YUV 195.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 188 192 237 0.21 0.19 0 0.07 235.1 0.58 0.83
Hex BC C0 ED 15 13 0 7 EB 3A 53
Octal 274 300 355 25 23 0 7 353 72 123
Binary 10111100 11000000 11101101 10101 10011 0 111 11101011 111010 1010011

Color Harmonies of #BCC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0ED

Black with #BCC0ED

Text Example


Text Example

White with #BCC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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