Html Css Color HEX #BCE2D8 Cruise

📋 copy color: '#BCE2D8'

red 188 ◦ green 226 ◦ blue 216

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

Shades of Cruise #BCE2D8

Tints of Cruise #BCE2D8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.87%

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

R = 29.84%
G = 35.87%
B = 34.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BCE2D8 (or 0xBCE2D8) is known color: Cruise. HEX triplet: BC, E2 and D8. RGB value is (188,226,216). Sum of RGB (Red+Green+Blue) = 188+226+216=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D8 is #431D27. Grayscale: #D5D5D5. Windows color (decimal): -4398376 or 14213820. OLE color: 14213820.

HSL color Cylindrical-coordinate representation of color #BCE2D8: hue angle of 164.21º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2D8 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 216 -
CMYK 0.17 0 0.04 0.11
HSL 164.21º 0.4% 0.81% -
HSV(B) 164.21º 0.17% 0.89% -
XYZ 60.33 70.04 75.31 -
YUV 213.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 188 226 216 0.17 0 0.04 0.11 164.21 0.4 0.81
Hex BC E2 D8 11 0 4 B A4 28 51
Octal 274 342 330 21 0 4 13 244 50 121
Binary 10111100 11100010 11011000 10001 0 100 1011 10100100 101000 1010001

Color Harmonies of #BCE2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2D8

Black with #BCE2D8

Text Example


Text Example

White with #BCE2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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