Html Css Color HEX #B8CDC8 Jet Stream

📋 copy color: '#B8CDC8'

red 184 ◦ green 205 ◦ blue 200

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

Shades of Jet Stream #B8CDC8

Tints of Jet Stream #B8CDC8

RGB

 RED value IS 184 (72.27% from 255) = 31.24%

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 31.24%
G = 34.8%
B = 33.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#B8CDC8 (or 0xB8CDC8) is known color: Jet Stream. HEX triplet: B8, CD and C8. RGB value is (184,205,200). Sum of RGB (Red+Green+Blue) = 184+205+200=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC8 is #473237. Grayscale: #C6C6C6. Windows color (decimal): -4665912 or 13159864. OLE color: 13159864.

HSL color Cylindrical-coordinate representation of color #B8CDC8: hue angle of 165.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDC8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 205 200 -
CMYK 0.10 0 0.02 0.20
HSL 165.71º 0.17% 0.76% -
HSV(B) 165.71º 0.1% 0.8% -
XYZ 52.02 58.02 63.1 -
YUV 198.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 184 205 200 0.10 0 0.02 0.20 165.71 0.17 0.76
Hex B8 CD C8 A 0 2 14 A6 11 4C
Octal 270 315 310 12 0 2 24 246 21 114
Binary 10111000 11001101 11001000 1010 0 10 10100 10100110 10001 1001100

Color Harmonies of #B8CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDC8

Black with #B8CDC8

Text Example


Text Example

White with #B8CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CDC8; }

 p { color: rgb(184,205,200); }

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

background-color css

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

 a { background-color: rgb(184,205,200); }

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

border-color css

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

 span { border-color: rgb(184,205,200); }

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