Html Css Color HEX #BDFBF3 Pale Turquoise

📋 copy color: '#BDFBF3'

red 189 ◦ green 251 ◦ blue 243

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

Shades of Pale Turquoise #BDFBF3

Tints of Pale Turquoise #BDFBF3

RGB

 RED value IS 189 (74.22% from 255) = 27.67%

 GREEN value IS 251 (98.44% from 255) = 36.75%

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

R = 27.67%
G = 36.75%
B = 35.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#BDFBF3 (or 0xBDFBF3) is known color: Pale Turquoise. HEX triplet: BD, FB and F3. RGB value is (189,251,243). Sum of RGB (Red+Green+Blue) = 189+251+243=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF3 is #42040C. Grayscale: #E7E7E7. Windows color (decimal): -4326413 or 15989693. OLE color: 15989693.

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

Color convert

RGB 189 251 243 -
CMYK 0.25 0 0.03 0.02
HSL 172.26º 0.89% 0.86% -
HSV(B) 172.26º 0.25% 0.98% -
XYZ 71.66 86.28 97.67 -
YUV 231.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 189 251 243 0.25 0 0.03 0.02 172.26 0.89 0.86
Hex BD FB F3 19 0 3 2 AC 59 56
Octal 275 373 363 31 0 3 2 254 131 126
Binary 10111101 11111011 11110011 11001 0 11 10 10101100 1011001 1010110

Color Harmonies of #BDFBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBF3

Black with #BDFBF3

Text Example


Text Example

White with #BDFBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBF3; }

 p { color: rgb(189,251,243); }

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

background-color css

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

 a { background-color: rgb(189,251,243); }

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

border-color css

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

 span { border-color: rgb(189,251,243); }

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