Html Css Color HEX #BADACF Jet Stream

📋 copy color: '#BADACF'

red 186 ◦ green 218 ◦ blue 207

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

Shades of Jet Stream #BADACF

Tints of Jet Stream #BADACF

RGB

 RED value IS 186 (73.05% from 255) = 30.44%

 GREEN value IS 218 (85.55% from 255) = 35.68%

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 30.44%
G = 35.68%
B = 33.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#BADACF (or 0xBADACF) is known color: Jet Stream. HEX triplet: BA, DA and CF. RGB value is (186,218,207). Sum of RGB (Red+Green+Blue) = 186+218+207=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #BADACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADACF is #452530. Grayscale: #CFCFCF. Windows color (decimal): -4531505 or 13621946. OLE color: 13621946.

HSL color Cylindrical-coordinate representation of color #BADACF: hue angle of 159.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADACF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 207 -
CMYK 0.15 0 0.05 0.15
HSL 159.38º 0.3% 0.79% -
HSV(B) 159.38º 0.15% 0.85% -
XYZ 56.58 65.09 68.61 -
YUV 207.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 186 218 207 0.15 0 0.05 0.15 159.38 0.3 0.79
Hex BA DA CF F 0 5 F 9F 1E 4F
Octal 272 332 317 17 0 5 17 237 36 117
Binary 10111010 11011010 11001111 1111 0 101 1111 10011111 11110 1001111

Color Harmonies of #BADACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADACF

Black with #BADACF

Text Example


Text Example

White with #BADACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADACF; }

 p { color: rgb(186,218,207); }

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

background-color css

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

 a { background-color: rgb(186,218,207); }

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

border-color css

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

 span { border-color: rgb(186,218,207); }

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