Html Css Color HEX #C0CBFE Lavender Blue

📋 copy color: '#C0CBFE'

red 192 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #C0CBFE

Tints of Lavender Blue #C0CBFE

RGB

 RED value IS 192 (75.39% from 255) = 29.58%

 GREEN value IS 203 (79.69% from 255) = 31.28%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 29.58%
G = 31.28%
B = 39.14%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C0CBFE (or 0xC0CBFE) is known color: Lavender Blue. HEX triplet: C0, CB and FE. RGB value is (192,203,254). Sum of RGB (Red+Green+Blue) = 192+203+254=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBFE is #3F3401. Grayscale: #CDCDCD. Windows color (decimal): -4142082 or 16698304. OLE color: 16698304.

HSL color Cylindrical-coordinate representation of color #C0CBFE: hue angle of 229.35º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CBFE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 203 254 -
CMYK 0.24 0.20 0 0.00
HSL 229.35º 0.97% 0.87% -
HSV(B) 229.35º 0.24% 1% -
XYZ 60.98 61.07 102.34 -
YUV 205.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 192 203 254 0.24 0.20 0 0.00 229.35 0.97 0.87
Hex C0 CB FE 18 14 0 0 E5 61 57
Octal 300 313 376 30 24 0 0 345 141 127
Binary 11000000 11001011 11111110 11000 10100 0 0 11100101 1100001 1010111

Color Harmonies of #C0CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBFE

Black with #C0CBFE

Text Example


Text Example

White with #C0CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBFE; }

 p { color: rgb(192,203,254); }

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

background-color css

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

 a { background-color: rgb(192,203,254); }

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

border-color css

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

 span { border-color: rgb(192,203,254); }

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