Html Css Color HEX #BAD4CF Jet Stream

📋 copy color: '#BAD4CF'

red 186 ◦ green 212 ◦ blue 207

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

Shades of Jet Stream #BAD4CF

Tints of Jet Stream #BAD4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.04%

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

R = 30.74%
G = 35.04%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#BAD4CF (or 0xBAD4CF) is known color: Jet Stream. HEX triplet: BA, D4 and CF. RGB value is (186,212,207). Sum of RGB (Red+Green+Blue) = 186+212+207=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4CF is #452B30. Grayscale: #CBCBCB. Windows color (decimal): -4533041 or 13620410. OLE color: 13620410.

HSL color Cylindrical-coordinate representation of color #BAD4CF: hue angle of 168.46º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4CF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 207 -
CMYK 0.12 0 0.02 0.17
HSL 168.46º 0.23% 0.78% -
HSV(B) 168.46º 0.12% 0.83% -
XYZ 55.06 62.03 68.1 -
YUV 203.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 186 212 207 0.12 0 0.02 0.17 168.46 0.23 0.78
Hex BA D4 CF C 0 2 11 A8 17 4E
Octal 272 324 317 14 0 2 21 250 27 116
Binary 10111010 11010100 11001111 1100 0 10 10001 10101000 10111 1001110

Color Harmonies of #BAD4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4CF

Black with #BAD4CF

Text Example


Text Example

White with #BAD4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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