Html Css Color HEX #BDFDFF Pale Turquoise

📋 copy color: '#BDFDFF'

red 189 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #BDFDFF

Tints of Pale Turquoise #BDFDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.3%

 BLUE value IS 255 (100% from 255) = 36.59%

R = 27.12%
G = 36.3%
B = 36.59%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDFDFF (or 0xBDFDFF) is known color: Pale Turquoise. HEX triplet: BD, FD and FF. RGB value is (189,253,255). Sum of RGB (Red+Green+Blue) = 189+253+255=697 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.12% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDFF is #420200. Grayscale: #EAEAEA. Windows color (decimal): -4325889 or 16776637. OLE color: 16776637.

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

Color convert

RGB 189 253 255 -
CMYK 0.26 0.01 0 0
HSL 181.82º 1% 0.87% -
HSV(B) 181.82º 0.26% 1% -
XYZ 74.16 88.29 107.74 -
YUV 234.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 189 253 255 0.26 0.01 0 0 181.82 1 0.87
Hex BD FD FF 1A 1 0 0 B6 64 57
Octal 275 375 377 32 1 0 0 266 144 127
Binary 10111101 11111101 11111111 11010 1 0 0 10110110 1100100 1010111

Color Harmonies of #BDFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDFF

Black with #BDFDFF

Text Example


Text Example

White with #BDFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDFF; }

 p { color: rgb(189,253,255); }

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

background-color css

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

 a { background-color: rgb(189,253,255); }

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

border-color css

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

 span { border-color: rgb(189,253,255); }

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