Html Css Color HEX #BDDCD6 Cruise

📋 copy color: '#BDDCD6'

red 189 ◦ green 220 ◦ blue 214

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

Shades of Cruise #BDDCD6

Tints of Cruise #BDDCD6

RGB

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

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

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

R = 30.34%
G = 35.31%
B = 34.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#BDDCD6 (or 0xBDDCD6) is known color: Cruise. HEX triplet: BD, DC and D6. RGB value is (189,220,214). Sum of RGB (Red+Green+Blue) = 189+220+214=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD6 is #422329. Grayscale: #D2D2D2. Windows color (decimal): -4334378 or 14081213. OLE color: 14081213.

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

Color convert

RGB 189 220 214 -
CMYK 0.14 0 0.03 0.14
HSL 168.39º 0.31% 0.8% -
HSV(B) 168.39º 0.14% 0.86% -
XYZ 58.72 66.86 73.43 -
YUV 210.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 189 220 214 0.14 0 0.03 0.14 168.39 0.31 0.8
Hex BD DC D6 E 0 3 E A8 1F 50
Octal 275 334 326 16 0 3 16 250 37 120
Binary 10111101 11011100 11010110 1110 0 11 1110 10101000 11111 1010000

Color Harmonies of #BDDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCD6

Black with #BDDCD6

Text Example


Text Example

White with #BDDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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