Html Css Color HEX #BDD5D0 Jet Stream

📋 copy color: '#BDD5D0'

red 189 ◦ green 213 ◦ blue 208

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

Shades of Jet Stream #BDD5D0

Tints of Jet Stream #BDD5D0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.92%

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

R = 30.98%
G = 34.92%
B = 34.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BDD5D0 (or 0xBDD5D0) is known color: Jet Stream. HEX triplet: BD, D5 and D0. RGB value is (189,213,208). Sum of RGB (Red+Green+Blue) = 189+213+208=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5D0 is #422A2F. Grayscale: #CDCDCD. Windows color (decimal): -4336176 or 13686205. OLE color: 13686205.

HSL color Cylindrical-coordinate representation of color #BDD5D0: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5D0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 208 -
CMYK 0.11 0 0.02 0.16
HSL 167.5º 0.22% 0.79% -
HSV(B) 167.5º 0.11% 0.84% -
XYZ 56.17 62.96 68.87 -
YUV 205.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 189 213 208 0.11 0 0.02 0.16 167.5 0.22 0.79
Hex BD D5 D0 B 0 2 10 A8 16 4F
Octal 275 325 320 13 0 2 20 250 26 117
Binary 10111101 11010101 11010000 1011 0 10 10000 10101000 10110 1001111

Color Harmonies of #BDD5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5D0

Black with #BDD5D0

Text Example


Text Example

White with #BDD5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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