Html Css Color HEX #BCF6F9 Pale Turquoise

📋 copy color: '#BCF6F9'

red 188 ◦ green 246 ◦ blue 249

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

Shades of Pale Turquoise #BCF6F9

Tints of Pale Turquoise #BCF6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 27.53%
G = 36.02%
B = 36.46%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCF6F9 (or 0xBCF6F9) is known color: Pale Turquoise. HEX triplet: BC, F6 and F9. RGB value is (188,246,249). Sum of RGB (Red+Green+Blue) = 188+246+249=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6F9 is #430906. Grayscale: #E4E4E4. Windows color (decimal): -4393223 or 16381628. OLE color: 16381628.

HSL color Cylindrical-coordinate representation of color #BCF6F9: hue angle of 182.95º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6F9 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 246 249 -
CMYK 0.24 0.01 0 0.02
HSL 182.95º 0.84% 0.86% -
HSV(B) 182.95º 0.24% 0.98% -
XYZ 70.79 83.44 102 -
YUV 229 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 188 246 249 0.24 0.01 0 0.02 182.95 0.84 0.86
Hex BC F6 F9 18 1 0 2 B7 54 56
Octal 274 366 371 30 1 0 2 267 124 126
Binary 10111100 11110110 11111001 11000 1 0 10 10110111 1010100 1010110

Color Harmonies of #BCF6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6F9

Black with #BCF6F9

Text Example


Text Example

White with #BCF6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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