Html Css Color HEX #BFDCD3 Cruise

📋 copy color: '#BFDCD3'

red 191 ◦ green 220 ◦ blue 211

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

Shades of Cruise #BFDCD3

Tints of Cruise #BFDCD3

RGB

 RED value IS 191 (75% from 255) = 30.71%

 GREEN value IS 220 (86.33% from 255) = 35.37%

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

R = 30.71%
G = 35.37%
B = 33.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#BFDCD3 (or 0xBFDCD3) is known color: Cruise. HEX triplet: BF, DC and D3. RGB value is (191,220,211). Sum of RGB (Red+Green+Blue) = 191+220+211=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD3 is #40232C. Grayscale: #D2D2D2. Windows color (decimal): -4203309 or 13884607. OLE color: 13884607.

HSL color Cylindrical-coordinate representation of color #BFDCD3: hue angle of 161.38º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCD3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 211 -
CMYK 0.13 0 0.04 0.14
HSL 161.38º 0.29% 0.81% -
HSV(B) 161.38º 0.13% 0.86% -
XYZ 58.84 66.97 71.45 -
YUV 210.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 191 220 211 0.13 0 0.04 0.14 161.38 0.29 0.81
Hex BF DC D3 D 0 4 E A1 1D 51
Octal 277 334 323 15 0 4 16 241 35 121
Binary 10111111 11011100 11010011 1101 0 100 1110 10100001 11101 1010001

Color Harmonies of #BFDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCD3

Black with #BFDCD3

Text Example


Text Example

White with #BFDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCD3; }

 p { color: rgb(191,220,211); }

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

background-color css

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

 a { background-color: rgb(191,220,211); }

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

border-color css

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

 span { border-color: rgb(191,220,211); }

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