Html Css Color HEX #BCC1ED Perano

📋 copy color: '#BCC1ED'

red 188 ◦ green 193 ◦ blue 237

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

Shades of Perano #BCC1ED

Tints of Perano #BCC1ED

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

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

R = 30.42%
G = 31.23%
B = 38.35%

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

#BCC1ED (or 0xBCC1ED) is known color: Perano. HEX triplet: BC, C1 and ED. RGB value is (188,193,237). Sum of RGB (Red+Green+Blue) = 188+193+237=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1ED is #433E12. Grayscale: #C4C4C4. Windows color (decimal): -4406803 or 15581628. OLE color: 15581628.

HSL color Cylindrical-coordinate representation of color #BCC1ED: hue angle of 233.88º 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 #BCC1ED is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 193 237 -
CMYK 0.21 0.19 0 0.07
HSL 233.88º 0.58% 0.83% -
HSV(B) 233.88º 0.21% 0.93% -
XYZ 55.1 54.95 87.82 -
YUV 196.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 188 193 237 0.21 0.19 0 0.07 233.88 0.58 0.83
Hex BC C1 ED 15 13 0 7 EA 3A 53
Octal 274 301 355 25 23 0 7 352 72 123
Binary 10111100 11000001 11101101 10101 10011 0 111 11101010 111010 1010011

Color Harmonies of #BCC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1ED

Black with #BCC1ED

Text Example


Text Example

White with #BCC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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