Html Css Color HEX #BDDCD1 Cruise

📋 copy color: '#BDDCD1'

red 189 ◦ green 220 ◦ blue 209

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

Shades of Cruise #BDDCD1

Tints of Cruise #BDDCD1

RGB

 RED value IS 189 (74.22% from 255) = 30.58%

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

 BLUE value IS 209 (82.03% from 255) = 33.82%

R = 30.58%
G = 35.6%
B = 33.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BDDCD1 (or 0xBDDCD1) is known color: Cruise. HEX triplet: BD, DC and D1. RGB value is (189,220,209). Sum of RGB (Red+Green+Blue) = 189+220+209=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD1 is #42232E. Grayscale: #D1D1D1. Windows color (decimal): -4334383 or 13753533. OLE color: 13753533.

HSL color Cylindrical-coordinate representation of color #BDDCD1: hue angle of 158.71º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCD1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 209 -
CMYK 0.14 0 0.05 0.14
HSL 158.71º 0.31% 0.8% -
HSV(B) 158.71º 0.14% 0.86% -
XYZ 58.09 66.61 70.12 -
YUV 209.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 189 220 209 0.14 0 0.05 0.14 158.71 0.31 0.8
Hex BD DC D1 E 0 5 E 9F 1F 50
Octal 275 334 321 16 0 5 16 237 37 120
Binary 10111101 11011100 11010001 1110 0 101 1110 10011111 11111 1010000

Color Harmonies of #BDDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCD1

Black with #BDDCD1

Text Example


Text Example

White with #BDDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCD1; }

 p { color: rgb(189,220,209); }

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

background-color css

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

 a { background-color: rgb(189,220,209); }

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

border-color css

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

 span { border-color: rgb(189,220,209); }

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