Html Css Color HEX #BCC0E6 Perano

📋 copy color: '#BCC0E6'

red 188 ◦ green 192 ◦ blue 230

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

Shades of Perano #BCC0E6

Tints of Perano #BCC0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 30.82%
G = 31.48%
B = 37.7%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCC0E6 (or 0xBCC0E6) is known color: Perano. HEX triplet: BC, C0 and E6. RGB value is (188,192,230). Sum of RGB (Red+Green+Blue) = 188+192+230=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0E6 is #433F19. Grayscale: #C2C2C2. Windows color (decimal): -4407066 or 15122620. OLE color: 15122620.

HSL color Cylindrical-coordinate representation of color #BCC0E6: hue angle of 234.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC0E6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 192 230 -
CMYK 0.18 0.17 0 0.10
HSL 234.29º 0.46% 0.82% -
HSV(B) 234.29º 0.18% 0.9% -
XYZ 53.87 54.1 82.47 -
YUV 195.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 188 192 230 0.18 0.17 0 0.10 234.29 0.46 0.82
Hex BC C0 E6 12 11 0 A EA 2E 52
Octal 274 300 346 22 21 0 12 352 56 122
Binary 10111100 11000000 11100110 10010 10001 0 1010 11101010 101110 1010010

Color Harmonies of #BCC0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0E6

Black with #BCC0E6

Text Example


Text Example

White with #BCC0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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