Html Css Color HEX #BCDBD0 Jet Stream

📋 copy color: '#BCDBD0'

red 188 ◦ green 219 ◦ blue 208

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

Shades of Jet Stream #BCDBD0

Tints of Jet Stream #BCDBD0

RGB

 RED value IS 188 (73.83% from 255) = 30.57%

 GREEN value IS 219 (85.94% from 255) = 35.61%

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

R = 30.57%
G = 35.61%
B = 33.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BCDBD0 (or 0xBCDBD0) is known color: Jet Stream. HEX triplet: BC, DB and D0. RGB value is (188,219,208). Sum of RGB (Red+Green+Blue) = 188+219+208=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD0 is #43242F. Grayscale: #D0D0D0. Windows color (decimal): -4400176 or 13687740. OLE color: 13687740.

HSL color Cylindrical-coordinate representation of color #BCDBD0: hue angle of 158.71º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBD0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 208 -
CMYK 0.14 0 0.05 0.14
HSL 158.71º 0.3% 0.8% -
HSV(B) 158.71º 0.14% 0.86% -
XYZ 57.46 65.91 69.37 -
YUV 208.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 188 219 208 0.14 0 0.05 0.14 158.71 0.3 0.8
Hex BC DB D0 E 0 5 E 9F 1E 50
Octal 274 333 320 16 0 5 16 237 36 120
Binary 10111100 11011011 11010000 1110 0 101 1110 10011111 11110 1010000

Color Harmonies of #BCDBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBD0

Black with #BCDBD0

Text Example


Text Example

White with #BCDBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBD0; }

 p { color: rgb(188,219,208); }

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

background-color css

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

 a { background-color: rgb(188,219,208); }

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

border-color css

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

 span { border-color: rgb(188,219,208); }

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