Html Css Color HEX #BCC2F3 Perano

📋 copy color: '#BCC2F3'

red 188 ◦ green 194 ◦ blue 243

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

Shades of Perano #BCC2F3

Tints of Perano #BCC2F3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 30.08%
G = 31.04%
B = 38.88%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC2F3 (or 0xBCC2F3) is known color: Perano. HEX triplet: BC, C2 and F3. RGB value is (188,194,243). Sum of RGB (Red+Green+Blue) = 188+194+243=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2F3 is #433D0C. Grayscale: #C5C5C5. Windows color (decimal): -4406541 or 15975100. OLE color: 15975100.

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

Color convert

RGB 188 194 243 -
CMYK 0.23 0.20 0 0.05
HSL 233.45º 0.7% 0.85% -
HSV(B) 233.45º 0.23% 0.95% -
XYZ 56.21 55.75 92.59 -
YUV 197.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 188 194 243 0.23 0.20 0 0.05 233.45 0.7 0.85
Hex BC C2 F3 17 14 0 5 E9 46 55
Octal 274 302 363 27 24 0 5 351 106 125
Binary 10111100 11000010 11110011 10111 10100 0 101 11101001 1000110 1010101

Color Harmonies of #BCC2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2F3

Black with #BCC2F3

Text Example


Text Example

White with #BCC2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2F3; }

 p { color: rgb(188,194,243); }

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

background-color css

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

 a { background-color: rgb(188,194,243); }

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

border-color css

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

 span { border-color: rgb(188,194,243); }

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