Html Css Color HEX #BDFAFF Pale Turquoise

📋 copy color: '#BDFAFF'

red 189 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #BDFAFF

Tints of Pale Turquoise #BDFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

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

R = 27.23%
G = 36.02%
B = 36.74%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDFAFF (or 0xBDFAFF) is known color: Pale Turquoise. HEX triplet: BD, FA and FF. RGB value is (189,250,255). Sum of RGB (Red+Green+Blue) = 189+250+255=694 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.23% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAFF is #420500. Grayscale: #E8E8E8. Windows color (decimal): -4326657 or 16775869. OLE color: 16775869.

HSL color Cylindrical-coordinate representation of color #BDFAFF: hue angle of 184.55º 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 #BDFAFF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 250 255 -
CMYK 0.26 0.02 0 0
HSL 184.55º 1% 0.87% -
HSV(B) 184.55º 0.26% 1% -
XYZ 73.22 86.41 107.43 -
YUV 232.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 189 250 255 0.26 0.02 0 0 184.55 1 0.87
Hex BD FA FF 1A 2 0 0 B9 64 57
Octal 275 372 377 32 2 0 0 271 144 127
Binary 10111101 11111010 11111111 11010 10 0 0 10111001 1100100 1010111

Color Harmonies of #BDFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAFF

Black with #BDFAFF

Text Example


Text Example

White with #BDFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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