Html Css Color HEX #BCDAD1 Cruise

📋 copy color: '#BCDAD1'

red 188 ◦ green 218 ◦ blue 209

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

Shades of Cruise #BCDAD1

Tints of Cruise #BCDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.45%

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

R = 30.57%
G = 35.45%
B = 33.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BCDAD1 (or 0xBCDAD1) is known color: Cruise. HEX triplet: BC, DA and D1. RGB value is (188,218,209). Sum of RGB (Red+Green+Blue) = 188+218+209=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD1 is #43252E. Grayscale: #D0D0D0. Windows color (decimal): -4400431 or 13753020. OLE color: 13753020.

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

Color convert

RGB 188 218 209 -
CMYK 0.14 0 0.04 0.15
HSL 162º 0.29% 0.8% -
HSV(B) 162º 0.14% 0.85% -
XYZ 57.32 65.44 69.93 -
YUV 208 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 188 218 209 0.14 0 0.04 0.15 162 0.29 0.8
Hex BC DA D1 E 0 4 F A2 1D 50
Octal 274 332 321 16 0 4 17 242 35 120
Binary 10111100 11011010 11010001 1110 0 100 1111 10100010 11101 1010000

Color Harmonies of #BCDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAD1

Black with #BCDAD1

Text Example


Text Example

White with #BCDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAD1; }

 p { color: rgb(188,218,209); }

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

background-color css

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

 a { background-color: rgb(188,218,209); }

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

border-color css

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

 span { border-color: rgb(188,218,209); }

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