Html Css Color HEX #BCC0EF Perano

📋 copy color: '#BCC0EF'

red 188 ◦ green 192 ◦ blue 239

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

Shades of Perano #BCC0EF

Tints of Perano #BCC0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 30.37%
G = 31.02%
B = 38.61%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC0EF (or 0xBCC0EF) is known color: Perano. HEX triplet: BC, C0 and EF. RGB value is (188,192,239). Sum of RGB (Red+Green+Blue) = 188+192+239=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EF is #433F10. Grayscale: #C3C3C3. Windows color (decimal): -4407057 or 15712444. OLE color: 15712444.

HSL color Cylindrical-coordinate representation of color #BCC0EF: hue angle of 235.29º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC0EF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 192 239 -
CMYK 0.21 0.20 0 0.06
HSL 235.29º 0.61% 0.84% -
HSV(B) 235.29º 0.21% 0.94% -
XYZ 55.17 54.62 89.3 -
YUV 196.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 188 192 239 0.21 0.20 0 0.06 235.29 0.61 0.84
Hex BC C0 EF 15 14 0 6 EB 3D 54
Octal 274 300 357 25 24 0 6 353 75 124
Binary 10111100 11000000 11101111 10101 10100 0 110 11101011 111101 1010100

Color Harmonies of #BCC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0EF

Black with #BCC0EF

Text Example


Text Example

White with #BCC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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