Html Css Color HEX #BCDCD8 Cruise

📋 copy color: '#BCDCD8'

red 188 ◦ green 220 ◦ blue 216

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

Shades of Cruise #BCDCD8

Tints of Cruise #BCDCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 30.13%
G = 35.26%
B = 34.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#BCDCD8 (or 0xBCDCD8) is known color: Cruise. HEX triplet: BC, DC and D8. RGB value is (188,220,216). Sum of RGB (Red+Green+Blue) = 188+220+216=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD8 is #432327. Grayscale: #D1D1D1. Windows color (decimal): -4399912 or 14212284. OLE color: 14212284.

HSL color Cylindrical-coordinate representation of color #BCDCD8: hue angle of 172.5º 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 #BCDCD8 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 216 -
CMYK 0.15 0 0.02 0.14
HSL 172.5º 0.31% 0.8% -
HSV(B) 172.5º 0.15% 0.86% -
XYZ 58.73 66.84 74.77 -
YUV 209.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 188 220 216 0.15 0 0.02 0.14 172.5 0.31 0.8
Hex BC DC D8 F 0 2 E AC 1F 50
Octal 274 334 330 17 0 2 16 254 37 120
Binary 10111100 11011100 11011000 1111 0 10 1110 10101100 11111 1010000

Color Harmonies of #BCDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCD8

Black with #BCDCD8

Text Example


Text Example

White with #BCDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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