Html Css Color HEX #BCDCCF Jet Stream

📋 copy color: '#BCDCCF'

red 188 ◦ green 220 ◦ blue 207

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

Shades of Jet Stream #BCDCCF

Tints of Jet Stream #BCDCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

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

R = 30.57%
G = 35.77%
B = 33.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BCDCCF (or 0xBCDCCF) is known color: Jet Stream. HEX triplet: BC, DC and CF. RGB value is (188,220,207). Sum of RGB (Red+Green+Blue) = 188+220+207=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCCF is #432330. Grayscale: #D0D0D0. Windows color (decimal): -4399921 or 13622460. OLE color: 13622460.

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

Color convert

RGB 188 220 207 -
CMYK 0.15 0 0.06 0.14
HSL 155.63º 0.31% 0.8% -
HSV(B) 155.63º 0.15% 0.86% -
XYZ 57.59 66.38 68.81 -
YUV 208.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 188 220 207 0.15 0 0.06 0.14 155.63 0.31 0.8
Hex BC DC CF F 0 6 E 9C 1F 50
Octal 274 334 317 17 0 6 16 234 37 120
Binary 10111100 11011100 11001111 1111 0 110 1110 10011100 11111 1010000

Color Harmonies of #BCDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCCF

Black with #BCDCCF

Text Example


Text Example

White with #BCDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCCF; }

 p { color: rgb(188,220,207); }

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

background-color css

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

 a { background-color: rgb(188,220,207); }

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

border-color css

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

 span { border-color: rgb(188,220,207); }

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