Html Css Color HEX #CBBEFC Lavender Blue

📋 copy color: '#CBBEFC'

red 203 ◦ green 190 ◦ blue 252

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

Shades of Lavender Blue #CBBEFC

Tints of Lavender Blue #CBBEFC

RGB

 RED value IS 203 (79.69% from 255) = 31.47%

 GREEN value IS 190 (74.61% from 255) = 29.46%

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

R = 31.47%
G = 29.46%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBBEFC (or 0xCBBEFC) is known color: Lavender Blue. HEX triplet: CB, BE and FC. RGB value is (203,190,252). Sum of RGB (Red+Green+Blue) = 203+190+252=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEFC is #344103. Grayscale: #C8C8C8. Windows color (decimal): -3424516 or 16563915. OLE color: 16563915.

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

Color convert

RGB 203 190 252 -
CMYK 0.19 0.25 0 0.01
HSL 252.58º 0.91% 0.87% -
HSV(B) 252.58º 0.25% 0.99% -
XYZ 60.61 56.55 99.82 -
YUV 200.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 203 190 252 0.19 0.25 0 0.01 252.58 0.91 0.87
Hex CB BE FC 13 19 0 1 FD 5B 57
Octal 313 276 374 23 31 0 1 375 133 127
Binary 11001011 10111110 11111100 10011 11001 0 1 11111101 1011011 1010111

Color Harmonies of #CBBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEFC

Black with #CBBEFC

Text Example


Text Example

White with #CBBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEFC; }

 p { color: rgb(203,190,252); }

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

background-color css

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

 a { background-color: rgb(203,190,252); }

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

border-color css

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

 span { border-color: rgb(203,190,252); }

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