Html Css Color HEX #BFF9F6 Pale Turquoise

📋 copy color: '#BFF9F6'

red 191 ◦ green 249 ◦ blue 246

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

Shades of Pale Turquoise #BFF9F6

Tints of Pale Turquoise #BFF9F6

RGB

 RED value IS 191 (75% from 255) = 27.84%

 GREEN value IS 249 (97.66% from 255) = 36.3%

 BLUE value IS 246 (96.48% from 255) = 35.86%

R = 27.84%
G = 36.3%
B = 35.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#BFF9F6 (or 0xBFF9F6) is known color: Pale Turquoise. HEX triplet: BF, F9 and F6. RGB value is (191,249,246). Sum of RGB (Red+Green+Blue) = 191+249+246=686 (90% of max value = 765). Red value is 191 (75% from 255 or 27.84% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9F6 is #400609. Grayscale: #E7E7E7. Windows color (decimal): -4195850 or 16185791. OLE color: 16185791.

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

Color convert

RGB 191 249 246 -
CMYK 0.23 0 0.01 0.02
HSL 176.9º 0.83% 0.86% -
HSV(B) 176.9º 0.23% 0.98% -
XYZ 72 85.48 99.89 -
YUV 231.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 191 249 246 0.23 0 0.01 0.02 176.9 0.83 0.86
Hex BF F9 F6 17 0 1 2 B1 53 56
Octal 277 371 366 27 0 1 2 261 123 126
Binary 10111111 11111001 11110110 10111 0 1 10 10110001 1010011 1010110

Color Harmonies of #BFF9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF9F6

Black with #BFF9F6

Text Example


Text Example

White with #BFF9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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