Html Css Color HEX #BCE1D7 Cruise

📋 copy color: '#BCE1D7'

red 188 ◦ green 225 ◦ blue 215

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

Shades of Cruise #BCE1D7

Tints of Cruise #BCE1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

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

R = 29.94%
G = 35.83%
B = 34.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BCE1D7 (or 0xBCE1D7) is known color: Cruise. HEX triplet: BC, E1 and D7. RGB value is (188,225,215). Sum of RGB (Red+Green+Blue) = 188+225+215=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1D7 is #431E28. Grayscale: #D4D4D4. Windows color (decimal): -4398633 or 14148028. OLE color: 14148028.

HSL color Cylindrical-coordinate representation of color #BCE1D7: hue angle of 163.78º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1D7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 215 -
CMYK 0.16 0 0.04 0.12
HSL 163.78º 0.38% 0.81% -
HSV(B) 163.78º 0.16% 0.88% -
XYZ 59.93 69.45 74.54 -
YUV 212.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 188 225 215 0.16 0 0.04 0.12 163.78 0.38 0.81
Hex BC E1 D7 10 0 4 C A4 26 51
Octal 274 341 327 20 0 4 14 244 46 121
Binary 10111100 11100001 11010111 10000 0 100 1100 10100100 100110 1010001

Color Harmonies of #BCE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1D7

Black with #BCE1D7

Text Example


Text Example

White with #BCE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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