Html Css Color HEX #BFDCD6 Cruise

📋 copy color: '#BFDCD6'

red 191 ◦ green 220 ◦ blue 214

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

Shades of Cruise #BFDCD6

Tints of Cruise #BFDCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 30.56%
G = 35.2%
B = 34.24%

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

#BFDCD6 (or 0xBFDCD6) is known color: Cruise. HEX triplet: BF, DC and D6. RGB value is (191,220,214). Sum of RGB (Red+Green+Blue) = 191+220+214=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD6 is #402329. Grayscale: #D2D2D2. Windows color (decimal): -4203306 or 14081215. OLE color: 14081215.

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

Color convert

RGB 191 220 214 -
CMYK 0.13 0 0.03 0.14
HSL 167.59º 0.29% 0.81% -
HSV(B) 167.59º 0.13% 0.86% -
XYZ 59.22 67.12 73.45 -
YUV 210.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 191 220 214 0.13 0 0.03 0.14 167.59 0.29 0.81
Hex BF DC D6 D 0 3 E A8 1D 51
Octal 277 334 326 15 0 3 16 250 35 121
Binary 10111111 11011100 11010110 1101 0 11 1110 10101000 11101 1010001

Color Harmonies of #BFDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCD6

Black with #BFDCD6

Text Example


Text Example

White with #BFDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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