Html Css Color HEX #BDD6D1 Jet Stream

📋 copy color: '#BDD6D1'

red 189 ◦ green 214 ◦ blue 209

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

Shades of Jet Stream #BDD6D1

Tints of Jet Stream #BDD6D1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.97%

 BLUE value IS 209 (82.03% from 255) = 34.15%

R = 30.88%
G = 34.97%
B = 34.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BDD6D1 (or 0xBDD6D1) is known color: Jet Stream. HEX triplet: BD, D6 and D1. RGB value is (189,214,209). Sum of RGB (Red+Green+Blue) = 189+214+209=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6D1 is #42292E. Grayscale: #CDCDCD. Windows color (decimal): -4335919 or 13751997. OLE color: 13751997.

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

Color convert

RGB 189 214 209 -
CMYK 0.12 0 0.02 0.16
HSL 168º 0.23% 0.79% -
HSV(B) 168º 0.12% 0.84% -
XYZ 56.54 63.52 69.6 -
YUV 205.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 189 214 209 0.12 0 0.02 0.16 168 0.23 0.79
Hex BD D6 D1 C 0 2 10 A8 17 4F
Octal 275 326 321 14 0 2 20 250 27 117
Binary 10111101 11010110 11010001 1100 0 10 10000 10101000 10111 1001111

Color Harmonies of #BDD6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6D1

Black with #BDD6D1

Text Example


Text Example

White with #BDD6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6D1; }

 p { color: rgb(189,214,209); }

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

background-color css

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

 a { background-color: rgb(189,214,209); }

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

border-color css

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

 span { border-color: rgb(189,214,209); }

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