Html Css Color HEX #BCDFD3 Cruise

📋 copy color: '#BCDFD3'

red 188 ◦ green 223 ◦ blue 211

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

Shades of Cruise #BCDFD3

Tints of Cruise #BCDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 30.23%
G = 35.85%
B = 33.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BCDFD3 (or 0xBCDFD3) is known color: Cruise. HEX triplet: BC, DF and D3. RGB value is (188,223,211). Sum of RGB (Red+Green+Blue) = 188+223+211=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD3 is #43202C. Grayscale: #D3D3D3. Windows color (decimal): -4399149 or 13885372. OLE color: 13885372.

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

Color convert

RGB 188 223 211 -
CMYK 0.16 0 0.05 0.13
HSL 159.43º 0.35% 0.81% -
HSV(B) 159.43º 0.16% 0.87% -
XYZ 58.88 68.17 71.68 -
YUV 211.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 188 223 211 0.16 0 0.05 0.13 159.43 0.35 0.81
Hex BC DF D3 10 0 5 D 9F 23 51
Octal 274 337 323 20 0 5 15 237 43 121
Binary 10111100 11011111 11010011 10000 0 101 1101 10011111 100011 1010001

Color Harmonies of #BCDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFD3

Black with #BCDFD3

Text Example


Text Example

White with #BCDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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