Html Css Color HEX #BCF2F2 Pale Turquoise

📋 copy color: '#BCF2F2'

red 188 ◦ green 242 ◦ blue 242

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

Shades of Pale Turquoise #BCF2F2

Tints of Pale Turquoise #BCF2F2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.01%

 BLUE value IS 242 (94.92% from 255) = 36.01%

R = 27.98%
G = 36.01%
B = 36.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCF2F2 (or 0xBCF2F2) is known color: Pale Turquoise. HEX triplet: BC, F2 and F2. RGB value is (188,242,242). Sum of RGB (Red+Green+Blue) = 188+242+242=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #BCF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2F2 is #430D0D. Grayscale: #E1E1E1. Windows color (decimal): -4394254 or 15921852. OLE color: 15921852.

HSL color Cylindrical-coordinate representation of color #BCF2F2: hue angle of 180º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2F2 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 242 -
CMYK 0.22 0 0 0.05
HSL 180º 0.68% 0.84% -
HSV(B) 180º 0.22% 0.95% -
XYZ 68.52 80.61 95.95 -
YUV 225.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 188 242 242 0.22 0 0 0.05 180 0.68 0.84
Hex BC F2 F2 16 0 0 5 B4 44 54
Octal 274 362 362 26 0 0 5 264 104 124
Binary 10111100 11110010 11110010 10110 0 0 101 10110100 1000100 1010100

Color Harmonies of #BCF2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2F2

Black with #BCF2F2

Text Example


Text Example

White with #BCF2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2F2; }

 p { color: rgb(188,242,242); }

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

background-color css

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

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

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

border-color css

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

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

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