Html Css Color HEX #BCE3DB Cruise

📋 copy color: '#BCE3DB'

red 188 ◦ green 227 ◦ blue 219

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

Shades of Cruise #BCE3DB

Tints of Cruise #BCE3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.8%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 29.65%
G = 35.8%
B = 34.54%

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

#BCE3DB (or 0xBCE3DB) is known color: Cruise. HEX triplet: BC, E3 and DB. RGB value is (188,227,219). Sum of RGB (Red+Green+Blue) = 188+227+219=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3DB is #431C24. Grayscale: #D6D6D6. Windows color (decimal): -4398117 or 14410684. OLE color: 14410684.

HSL color Cylindrical-coordinate representation of color #BCE3DB: hue angle of 167.69º degrees, saturation: 0.41, 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 #BCE3DB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 219 -
CMYK 0.17 0 0.04 0.11
HSL 167.69º 0.41% 0.81% -
HSV(B) 167.69º 0.17% 0.89% -
XYZ 60.99 70.74 77.46 -
YUV 214.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 188 227 219 0.17 0 0.04 0.11 167.69 0.41 0.81
Hex BC E3 DB 11 0 4 B A8 29 51
Octal 274 343 333 21 0 4 13 250 51 121
Binary 10111100 11100011 11011011 10001 0 100 1011 10101000 101001 1010001

Color Harmonies of #BCE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3DB

Black with #BCE3DB

Text Example


Text Example

White with #BCE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3DB; }

 p { color: rgb(188,227,219); }

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

background-color css

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

 a { background-color: rgb(188,227,219); }

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

border-color css

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

 span { border-color: rgb(188,227,219); }

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