Html Css Color HEX #BDFAFE Pale Turquoise

📋 copy color: '#BDFAFE'

red 189 ◦ green 250 ◦ blue 254

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

Shades of Pale Turquoise #BDFAFE

Tints of Pale Turquoise #BDFAFE

RGB

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

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

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

R = 27.27%
G = 36.08%
B = 36.65%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDFAFE (or 0xBDFAFE) is known color: Pale Turquoise. HEX triplet: BD, FA and FE. RGB value is (189,250,254). Sum of RGB (Red+Green+Blue) = 189+250+254=693 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.27% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAFE is #420501. Grayscale: #E8E8E8. Windows color (decimal): -4326658 or 16710333. OLE color: 16710333.

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

Color convert

RGB 189 250 254 -
CMYK 0.26 0.02 0 0.00
HSL 183.69º 0.97% 0.87% -
HSV(B) 183.69º 0.26% 1% -
XYZ 73.06 86.35 106.58 -
YUV 232.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 189 250 254 0.26 0.02 0 0.00 183.69 0.97 0.87
Hex BD FA FE 1A 2 0 0 B8 61 57
Octal 275 372 376 32 2 0 0 270 141 127
Binary 10111101 11111010 11111110 11010 10 0 0 10111000 1100001 1010111

Color Harmonies of #BDFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAFE

Black with #BDFAFE

Text Example


Text Example

White with #BDFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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