Html Css Color HEX #B7C3FD Perano

📋 copy color: '#B7C3FD'

red 183 ◦ green 195 ◦ blue 253

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

Shades of Perano #B7C3FD

Tints of Perano #B7C3FD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.9%

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 29%
G = 30.9%
B = 40.1%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B7C3FD (or 0xB7C3FD) is known color: Perano. HEX triplet: B7, C3 and FD. RGB value is (183,195,253). Sum of RGB (Red+Green+Blue) = 183+195+253=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7C3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C3FD is #483C02. Grayscale: #C5C5C5. Windows color (decimal): -4733955 or 16630711. OLE color: 16630711.

HSL color Cylindrical-coordinate representation of color #B7C3FD: hue angle of 229.71º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7C3FD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 195 253 -
CMYK 0.28 0.23 0 0.01
HSL 229.71º 0.95% 0.85% -
HSV(B) 229.71º 0.28% 0.99% -
XYZ 56.77 56.19 100.78 -
YUV 198.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 183 195 253 0.28 0.23 0 0.01 229.71 0.95 0.85
Hex B7 C3 FD 1C 17 0 1 E6 5F 55
Octal 267 303 375 34 27 0 1 346 137 125
Binary 10110111 11000011 11111101 11100 10111 0 1 11100110 1011111 1010101

Color Harmonies of #B7C3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C3FD

Black with #B7C3FD

Text Example


Text Example

White with #B7C3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C3FD; }

 p { color: rgb(183,195,253); }

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

background-color css

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

 a { background-color: rgb(183,195,253); }

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

border-color css

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

 span { border-color: rgb(183,195,253); }

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