Html Css Color HEX #C8BFF4 Lavender Blue

📋 copy color: '#C8BFF4'

red 200 ◦ green 191 ◦ blue 244

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

Shades of Lavender Blue #C8BFF4

Tints of Lavender Blue #C8BFF4

RGB

 RED value IS 200 (78.52% from 255) = 31.5%

 GREEN value IS 191 (75% from 255) = 30.08%

 BLUE value IS 244 (95.7% from 255) = 38.43%

R = 31.5%
G = 30.08%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8BFF4 (or 0xC8BFF4) is known color: Lavender Blue. HEX triplet: C8, BF and F4. RGB value is (200,191,244). Sum of RGB (Red+Green+Blue) = 200+191+244=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #C8BFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF4 is #37400B. Grayscale: #C7C7C7. Windows color (decimal): -3620876 or 16039880. OLE color: 16039880.

HSL color Cylindrical-coordinate representation of color #C8BFF4: hue angle of 250.19º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BFF4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 191 244 -
CMYK 0.18 0.22 0 0.04
HSL 250.19º 0.71% 0.85% -
HSV(B) 250.19º 0.22% 0.96% -
XYZ 58.78 56.07 93.31 -
YUV 199.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 200 191 244 0.18 0.22 0 0.04 250.19 0.71 0.85
Hex C8 BF F4 12 16 0 4 FA 47 55
Octal 310 277 364 22 26 0 4 372 107 125
Binary 11001000 10111111 11110100 10010 10110 0 100 11111010 1000111 1010101

Color Harmonies of #C8BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BFF4

Black with #C8BFF4

Text Example


Text Example

White with #C8BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BFF4; }

 p { color: rgb(200,191,244); }

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

background-color css

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

 a { background-color: rgb(200,191,244); }

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

border-color css

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

 span { border-color: rgb(200,191,244); }

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