Html Css Color HEX #BCDED3 Cruise

📋 copy color: '#BCDED3'

red 188 ◦ green 222 ◦ blue 211

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

Shades of Cruise #BCDED3

Tints of Cruise #BCDED3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.75%

 BLUE value IS 211 (82.81% from 255) = 33.98%

R = 30.27%
G = 35.75%
B = 33.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BCDED3 (or 0xBCDED3) is known color: Cruise. HEX triplet: BC, DE and D3. RGB value is (188,222,211). Sum of RGB (Red+Green+Blue) = 188+222+211=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDED3 is #43212C. Grayscale: #D2D2D2. Windows color (decimal): -4399405 or 13885116. OLE color: 13885116.

HSL color Cylindrical-coordinate representation of color #BCDED3: hue angle of 160.59º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDED3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 211 -
CMYK 0.15 0 0.05 0.13
HSL 160.59º 0.34% 0.8% -
HSV(B) 160.59º 0.15% 0.87% -
XYZ 58.62 67.64 71.59 -
YUV 210.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 188 222 211 0.15 0 0.05 0.13 160.59 0.34 0.8
Hex BC DE D3 F 0 5 D A1 22 50
Octal 274 336 323 17 0 5 15 241 42 120
Binary 10111100 11011110 11010011 1111 0 101 1101 10100001 100010 1010000

Color Harmonies of #BCDED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDED3

Black with #BCDED3

Text Example


Text Example

White with #BCDED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDED3; }

 p { color: rgb(188,222,211); }

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

background-color css

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

 a { background-color: rgb(188,222,211); }

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

border-color css

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

 span { border-color: rgb(188,222,211); }

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