Html Css Color HEX #BCC0EA Perano

📋 copy color: '#BCC0EA'

red 188 ◦ green 192 ◦ blue 234

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

Shades of Perano #BCC0EA

Tints of Perano #BCC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 30.62%
G = 31.27%
B = 38.11%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC0EA (or 0xBCC0EA) is known color: Perano. HEX triplet: BC, C0 and EA. RGB value is (188,192,234). Sum of RGB (Red+Green+Blue) = 188+192+234=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EA is #433F15. Grayscale: #C3C3C3. Windows color (decimal): -4407062 or 15384764. OLE color: 15384764.

HSL color Cylindrical-coordinate representation of color #BCC0EA: hue angle of 234.78º degrees, saturation: 0.52, 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 #BCC0EA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 192 234 -
CMYK 0.20 0.18 0 0.08
HSL 234.78º 0.52% 0.83% -
HSV(B) 234.78º 0.2% 0.92% -
XYZ 54.44 54.33 85.46 -
YUV 195.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 188 192 234 0.20 0.18 0 0.08 234.78 0.52 0.83
Hex BC C0 EA 14 12 0 8 EB 34 53
Octal 274 300 352 24 22 0 10 353 64 123
Binary 10111100 11000000 11101010 10100 10010 0 1000 11101011 110100 1010011

Color Harmonies of #BCC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0EA

Black with #BCC0EA

Text Example


Text Example

White with #BCC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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