Html Css Color HEX #BCC1F3 Perano

📋 copy color: '#BCC1F3'

red 188 ◦ green 193 ◦ blue 243

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

Shades of Perano #BCC1F3

Tints of Perano #BCC1F3

RGB

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

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

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

R = 30.13%
G = 30.93%
B = 38.94%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC1F3 (or 0xBCC1F3) is known color: Perano. HEX triplet: BC, C1 and F3. RGB value is (188,193,243). Sum of RGB (Red+Green+Blue) = 188+193+243=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1F3 is #433E0C. Grayscale: #C4C4C4. Windows color (decimal): -4406797 or 15974844. OLE color: 15974844.

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

Color convert

RGB 188 193 243 -
CMYK 0.23 0.21 0 0.05
HSL 234.55º 0.7% 0.85% -
HSV(B) 234.55º 0.23% 0.95% -
XYZ 55.99 55.3 92.52 -
YUV 197.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 188 193 243 0.23 0.21 0 0.05 234.55 0.7 0.85
Hex BC C1 F3 17 15 0 5 EB 46 55
Octal 274 301 363 27 25 0 5 353 106 125
Binary 10111100 11000001 11110011 10111 10101 0 101 11101011 1000110 1010101

Color Harmonies of #BCC1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1F3

Black with #BCC1F3

Text Example


Text Example

White with #BCC1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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