Html Css Color HEX #CCBBFC Lavender Blue

📋 copy color: '#CCBBFC'

red 204 ◦ green 187 ◦ blue 252

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

Shades of Lavender Blue #CCBBFC

Tints of Lavender Blue #CCBBFC

RGB

 RED value IS 204 (80.08% from 255) = 31.73%

 GREEN value IS 187 (73.44% from 255) = 29.08%

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 31.73%
G = 29.08%
B = 39.19%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCBBFC (or 0xCCBBFC) is known color: Lavender Blue. HEX triplet: CC, BB and FC. RGB value is (204,187,252). Sum of RGB (Red+Green+Blue) = 204+187+252=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBFC is #334403. Grayscale: #C7C7C7. Windows color (decimal): -3359748 or 16563148. OLE color: 16563148.

HSL color Cylindrical-coordinate representation of color #CCBBFC: hue angle of 255.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBBFC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 187 252 -
CMYK 0.19 0.26 0 0.01
HSL 255.69º 0.92% 0.86% -
HSV(B) 255.69º 0.26% 0.99% -
XYZ 60.24 55.41 99.61 -
YUV 199.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 204 187 252 0.19 0.26 0 0.01 255.69 0.92 0.86
Hex CC BB FC 13 1A 0 1 100 5C 56
Octal 314 273 374 23 32 0 1 400 134 126
Binary 11001100 10111011 11111100 10011 11010 0 1 100000000 1011100 1010110

Color Harmonies of #CCBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBFC

Black with #CCBBFC

Text Example


Text Example

White with #CCBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBFC; }

 p { color: rgb(204,187,252); }

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

background-color css

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

 a { background-color: rgb(204,187,252); }

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

border-color css

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

 span { border-color: rgb(204,187,252); }

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