Html Css Color HEX #BCE2D7 Cruise

📋 copy color: '#BCE2D7'

red 188 ◦ green 226 ◦ blue 215

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

Shades of Cruise #BCE2D7

Tints of Cruise #BCE2D7

RGB

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

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

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

R = 29.89%
G = 35.93%
B = 34.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#BCE2D7 (or 0xBCE2D7) is known color: Cruise. HEX triplet: BC, E2 and D7. RGB value is (188,226,215). Sum of RGB (Red+Green+Blue) = 188+226+215=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D7 is #431D28. Grayscale: #D5D5D5. Windows color (decimal): -4398377 or 14148284. OLE color: 14148284.

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

Color convert

RGB 188 226 215 -
CMYK 0.17 0 0.05 0.11
HSL 162.63º 0.4% 0.81% -
HSV(B) 162.63º 0.17% 0.89% -
XYZ 60.2 69.99 74.63 -
YUV 213.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 188 226 215 0.17 0 0.05 0.11 162.63 0.4 0.81
Hex BC E2 D7 11 0 5 B A3 28 51
Octal 274 342 327 21 0 5 13 243 50 121
Binary 10111100 11100010 11010111 10001 0 101 1011 10100011 101000 1010001

Color Harmonies of #BCE2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2D7

Black with #BCE2D7

Text Example


Text Example

White with #BCE2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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