Html Css Color HEX #BBDCD4 Cruise

📋 copy color: '#BBDCD4'

red 187 ◦ green 220 ◦ blue 212

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

Shades of Cruise #BBDCD4

Tints of Cruise #BBDCD4

RGB

 RED value IS 187 (73.44% from 255) = 30.21%

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

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

R = 30.21%
G = 35.54%
B = 34.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#BBDCD4 (or 0xBBDCD4) is known color: Cruise. HEX triplet: BB, DC and D4. RGB value is (187,220,212). Sum of RGB (Red+Green+Blue) = 187+220+212=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD4 is #44232B. Grayscale: #D1D1D1. Windows color (decimal): -4465452 or 13950139. OLE color: 13950139.

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

Color convert

RGB 187 220 212 -
CMYK 0.15 0 0.04 0.14
HSL 165.45º 0.32% 0.8% -
HSV(B) 165.45º 0.15% 0.86% -
XYZ 57.97 66.5 72.07 -
YUV 209.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 187 220 212 0.15 0 0.04 0.14 165.45 0.32 0.8
Hex BB DC D4 F 0 4 E A5 20 50
Octal 273 334 324 17 0 4 16 245 40 120
Binary 10111011 11011100 11010100 1111 0 100 1110 10100101 100000 1010000

Color Harmonies of #BBDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCD4

Black with #BBDCD4

Text Example


Text Example

White with #BBDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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