Html Css Color HEX #BDFBFE Pale Turquoise

📋 copy color: '#BDFBFE'

red 189 ◦ green 251 ◦ blue 254

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

Shades of Pale Turquoise #BDFBFE

Tints of Pale Turquoise #BDFBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 27.23%
G = 36.17%
B = 36.6%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDFBFE (or 0xBDFBFE) is known color: Pale Turquoise. HEX triplet: BD, FB and FE. RGB value is (189,251,254). Sum of RGB (Red+Green+Blue) = 189+251+254=694 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.23% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBFE is #420401. Grayscale: #E8E8E8. Windows color (decimal): -4326402 or 16710589. OLE color: 16710589.

HSL color Cylindrical-coordinate representation of color #BDFBFE: hue angle of 182.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFBFE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 251 254 -
CMYK 0.26 0.01 0 0.00
HSL 182.77º 0.97% 0.87% -
HSV(B) 182.77º 0.26% 1% -
XYZ 73.37 86.97 106.69 -
YUV 232.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 189 251 254 0.26 0.01 0 0.00 182.77 0.97 0.87
Hex BD FB FE 1A 1 0 0 B7 61 57
Octal 275 373 376 32 1 0 0 267 141 127
Binary 10111101 11111011 11111110 11010 1 0 0 10110111 1100001 1010111

Color Harmonies of #BDFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBFE

Black with #BDFBFE

Text Example


Text Example

White with #BDFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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