Html Css Color HEX #BADACA Jet Stream

📋 copy color: '#BADACA'

red 186 ◦ green 218 ◦ blue 202

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

Shades of Jet Stream #BADACA

Tints of Jet Stream #BADACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 30.69%
G = 35.97%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BADACA (or 0xBADACA) is known color: Jet Stream. HEX triplet: BA, DA and CA. RGB value is (186,218,202). Sum of RGB (Red+Green+Blue) = 186+218+202=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #BADACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADACA is #452535. Grayscale: #CECECE. Windows color (decimal): -4531510 or 13294266. OLE color: 13294266.

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

Color convert

RGB 186 218 202 -
CMYK 0.15 0 0.07 0.15
HSL 150º 0.3% 0.79% -
HSV(B) 150º 0.15% 0.85% -
XYZ 55.98 64.85 65.44 -
YUV 206.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 186 218 202 0.15 0 0.07 0.15 150 0.3 0.79
Hex BA DA CA F 0 7 F 96 1E 4F
Octal 272 332 312 17 0 7 17 226 36 117
Binary 10111010 11011010 11001010 1111 0 111 1111 10010110 11110 1001111

Color Harmonies of #BADACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADACA

Black with #BADACA

Text Example


Text Example

White with #BADACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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