Html Css Color HEX #BCDFD9 Cruise

📋 copy color: '#BCDFD9'

red 188 ◦ green 223 ◦ blue 217

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

Shades of Cruise #BCDFD9

Tints of Cruise #BCDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.51%

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 29.94%
G = 35.51%
B = 34.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#BCDFD9 (or 0xBCDFD9) is known color: Cruise. HEX triplet: BC, DF and D9. RGB value is (188,223,217). Sum of RGB (Red+Green+Blue) = 188+223+217=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD9 is #432026. Grayscale: #D3D3D3. Windows color (decimal): -4399143 or 14278588. OLE color: 14278588.

HSL color Cylindrical-coordinate representation of color #BCDFD9: hue angle of 169.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFD9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 217 -
CMYK 0.16 0 0.03 0.13
HSL 169.71º 0.35% 0.81% -
HSV(B) 169.71º 0.16% 0.87% -
XYZ 59.65 68.48 75.72 -
YUV 211.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 188 223 217 0.16 0 0.03 0.13 169.71 0.35 0.81
Hex BC DF D9 10 0 3 D AA 23 51
Octal 274 337 331 20 0 3 15 252 43 121
Binary 10111100 11011111 11011001 10000 0 11 1101 10101010 100011 1010001

Color Harmonies of #BCDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFD9

Black with #BCDFD9

Text Example


Text Example

White with #BCDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFD9; }

 p { color: rgb(188,223,217); }

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

background-color css

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

 a { background-color: rgb(188,223,217); }

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

border-color css

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

 span { border-color: rgb(188,223,217); }

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