Html Css Color HEX #BCF6F8 Pale Turquoise

📋 copy color: '#BCF6F8'

red 188 ◦ green 246 ◦ blue 248

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

Shades of Pale Turquoise #BCF6F8

Tints of Pale Turquoise #BCF6F8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.07%

 BLUE value IS 248 (97.27% from 255) = 36.36%

R = 27.57%
G = 36.07%
B = 36.36%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCF6F8 (or 0xBCF6F8) is known color: Pale Turquoise. HEX triplet: BC, F6 and F8. RGB value is (188,246,248). Sum of RGB (Red+Green+Blue) = 188+246+248=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6F8 is #430907. Grayscale: #E4E4E4. Windows color (decimal): -4393224 or 16316092. OLE color: 16316092.

HSL color Cylindrical-coordinate representation of color #BCF6F8: hue angle of 182º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6F8 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 246 248 -
CMYK 0.24 0.01 0 0.03
HSL 182º 0.81% 0.85% -
HSV(B) 182º 0.24% 0.97% -
XYZ 70.64 83.38 101.18 -
YUV 228.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 188 246 248 0.24 0.01 0 0.03 182 0.81 0.85
Hex BC F6 F8 18 1 0 3 B6 51 55
Octal 274 366 370 30 1 0 3 266 121 125
Binary 10111100 11110110 11111000 11000 1 0 11 10110110 1010001 1010101

Color Harmonies of #BCF6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6F8

Black with #BCF6F8

Text Example


Text Example

White with #BCF6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6F8; }

 p { color: rgb(188,246,248); }

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

background-color css

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

 a { background-color: rgb(188,246,248); }

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

border-color css

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

 span { border-color: rgb(188,246,248); }

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