Html Css Color HEX #B7CCD2 Regent St Blue

📋 copy color: '#B7CCD2'

red 183 ◦ green 204 ◦ blue 210

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

Shades of Regent St Blue #B7CCD2

Tints of Regent St Blue #B7CCD2

RGB

 RED value IS 183 (71.88% from 255) = 30.65%

 GREEN value IS 204 (80.08% from 255) = 34.17%

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 30.65%
G = 34.17%
B = 35.18%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B7CCD2 (or 0xB7CCD2) is known color: Regent St Blue. HEX triplet: B7, CC and D2. RGB value is (183,204,210). Sum of RGB (Red+Green+Blue) = 183+204+210=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #B7CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCD2 is #48332D. Grayscale: #C6C6C6. Windows color (decimal): -4731694 or 13814967. OLE color: 13814967.

HSL color Cylindrical-coordinate representation of color #B7CCD2: hue angle of 193.33º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7CCD2 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 204 210 -
CMYK 0.13 0.03 0 0.18
HSL 193.33º 0.23% 0.77% -
HSV(B) 193.33º 0.13% 0.82% -
XYZ 52.75 57.91 69.37 -
YUV 198.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 183 204 210 0.13 0.03 0 0.18 193.33 0.23 0.77
Hex B7 CC D2 D 3 0 12 C1 17 4D
Octal 267 314 322 15 3 0 22 301 27 115
Binary 10110111 11001100 11010010 1101 11 0 10010 11000001 10111 1001101

Color Harmonies of #B7CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCD2

Black with #B7CCD2

Text Example


Text Example

White with #B7CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCD2; }

 p { color: rgb(183,204,210); }

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

background-color css

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

 a { background-color: rgb(183,204,210); }

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

border-color css

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

 span { border-color: rgb(183,204,210); }

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