Html Css Color HEX #BFDCD5 Cruise

📋 copy color: '#BFDCD5'

red 191 ◦ green 220 ◦ blue 213

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

Shades of Cruise #BFDCD5

Tints of Cruise #BFDCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 30.61%
G = 35.26%
B = 34.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#BFDCD5 (or 0xBFDCD5) is known color: Cruise. HEX triplet: BF, DC and D5. RGB value is (191,220,213). Sum of RGB (Red+Green+Blue) = 191+220+213=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD5 is #40232A. Grayscale: #D2D2D2. Windows color (decimal): -4203307 or 14015679. OLE color: 14015679.

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

Color convert

RGB 191 220 213 -
CMYK 0.13 0 0.03 0.14
HSL 165.52º 0.29% 0.81% -
HSV(B) 165.52º 0.13% 0.86% -
XYZ 59.09 67.07 72.78 -
YUV 210.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 191 220 213 0.13 0 0.03 0.14 165.52 0.29 0.81
Hex BF DC D5 D 0 3 E A6 1D 51
Octal 277 334 325 15 0 3 16 246 35 121
Binary 10111111 11011100 11010101 1101 0 11 1110 10100110 11101 1010001

Color Harmonies of #BFDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCD5

Black with #BFDCD5

Text Example


Text Example

White with #BFDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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