Html Css Color HEX #BDDAD0 Jet Stream

📋 copy color: '#BDDAD0'

red 189 ◦ green 218 ◦ blue 208

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

Shades of Jet Stream #BDDAD0

Tints of Jet Stream #BDDAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.82%

R = 30.73%
G = 35.45%
B = 33.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#BDDAD0 (or 0xBDDAD0) is known color: Jet Stream. HEX triplet: BD, DA and D0. RGB value is (189,218,208). Sum of RGB (Red+Green+Blue) = 189+218+208=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD0 is #42252F. Grayscale: #D0D0D0. Windows color (decimal): -4334896 or 13687485. OLE color: 13687485.

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

Color convert

RGB 189 218 208 -
CMYK 0.13 0 0.05 0.15
HSL 159.31º 0.28% 0.8% -
HSV(B) 159.31º 0.13% 0.85% -
XYZ 57.44 65.52 69.29 -
YUV 208.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 189 218 208 0.13 0 0.05 0.15 159.31 0.28 0.8
Hex BD DA D0 D 0 5 F 9F 1C 50
Octal 275 332 320 15 0 5 17 237 34 120
Binary 10111101 11011010 11010000 1101 0 101 1111 10011111 11100 1010000

Color Harmonies of #BDDAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAD0

Black with #BDDAD0

Text Example


Text Example

White with #BDDAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAD0; }

 p { color: rgb(189,218,208); }

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

background-color css

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

 a { background-color: rgb(189,218,208); }

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

border-color css

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

 span { border-color: rgb(189,218,208); }

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