Html Css Color HEX #BCDCD7 Cruise

📋 copy color: '#BCDCD7'

red 188 ◦ green 220 ◦ blue 215

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

Shades of Cruise #BCDCD7

Tints of Cruise #BCDCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.51%

R = 30.18%
G = 35.31%
B = 34.51%

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

#BCDCD7 (or 0xBCDCD7) is known color: Cruise. HEX triplet: BC, DC and D7. RGB value is (188,220,215). Sum of RGB (Red+Green+Blue) = 188+220+215=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD7 is #432328. Grayscale: #D1D1D1. Windows color (decimal): -4399913 or 14146748. OLE color: 14146748.

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

Color convert

RGB 188 220 215 -
CMYK 0.15 0 0.02 0.14
HSL 170.63º 0.31% 0.8% -
HSV(B) 170.63º 0.15% 0.86% -
XYZ 58.6 66.78 74.09 -
YUV 209.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 188 220 215 0.15 0 0.02 0.14 170.63 0.31 0.8
Hex BC DC D7 F 0 2 E AB 1F 50
Octal 274 334 327 17 0 2 16 253 37 120
Binary 10111100 11011100 11010111 1111 0 10 1110 10101011 11111 1010000

Color Harmonies of #BCDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCD7

Black with #BCDCD7

Text Example


Text Example

White with #BCDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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