Html Css Color HEX #BFDCD4 Cruise

📋 copy color: '#BFDCD4'

red 191 ◦ green 220 ◦ blue 212

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

Shades of Cruise #BFDCD4

Tints of Cruise #BFDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 30.66%
G = 35.31%
B = 34.03%

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

#BFDCD4 (or 0xBFDCD4) is known color: Cruise. HEX triplet: BF, DC and D4. RGB value is (191,220,212). Sum of RGB (Red+Green+Blue) = 191+220+212=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD4 is #40232B. Grayscale: #D2D2D2. Windows color (decimal): -4203308 or 13950143. OLE color: 13950143.

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

Color convert

RGB 191 220 212 -
CMYK 0.13 0 0.04 0.14
HSL 163.45º 0.29% 0.81% -
HSV(B) 163.45º 0.13% 0.86% -
XYZ 58.96 67.02 72.12 -
YUV 210.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 191 220 212 0.13 0 0.04 0.14 163.45 0.29 0.81
Hex BF DC D4 D 0 4 E A3 1D 51
Octal 277 334 324 15 0 4 16 243 35 121
Binary 10111111 11011100 11010100 1101 0 100 1110 10100011 11101 1010001

Color Harmonies of #BFDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCD4

Black with #BFDCD4

Text Example


Text Example

White with #BFDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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