Html Css Color HEX #BCC0F1 Perano

📋 copy color: '#BCC0F1'

red 188 ◦ green 192 ◦ blue 241

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

Shades of Perano #BCC0F1

Tints of Perano #BCC0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.81%

R = 30.27%
G = 30.92%
B = 38.81%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC0F1 (or 0xBCC0F1) is known color: Perano. HEX triplet: BC, C0 and F1. RGB value is (188,192,241). Sum of RGB (Red+Green+Blue) = 188+192+241=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0F1 is #433F0E. Grayscale: #C4C4C4. Windows color (decimal): -4407055 or 15843516. OLE color: 15843516.

HSL color Cylindrical-coordinate representation of color #BCC0F1: hue angle of 235.47º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC0F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 192 241 -
CMYK 0.22 0.20 0 0.05
HSL 235.47º 0.65% 0.84% -
HSV(B) 235.47º 0.22% 0.95% -
XYZ 55.47 54.74 90.86 -
YUV 196.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 188 192 241 0.22 0.20 0 0.05 235.47 0.65 0.84
Hex BC C0 F1 16 14 0 5 EB 41 54
Octal 274 300 361 26 24 0 5 353 101 124
Binary 10111100 11000000 11110001 10110 10100 0 101 11101011 1000001 1010100

Color Harmonies of #BCC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0F1

Black with #BCC0F1

Text Example


Text Example

White with #BCC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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