Html Css Color HEX #BFCCFD Lavender Blue

📋 copy color: '#BFCCFD'

red 191 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #BFCCFD

Tints of Lavender Blue #BFCCFD

RGB

 RED value IS 191 (75% from 255) = 29.48%

 GREEN value IS 204 (80.08% from 255) = 31.48%

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

R = 29.48%
G = 31.48%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFCCFD (or 0xBFCCFD) is known color: Lavender Blue. HEX triplet: BF, CC and FD. RGB value is (191,204,253). Sum of RGB (Red+Green+Blue) = 191+204+253=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFD is #403302. Grayscale: #CDCDCD. Windows color (decimal): -4207363 or 16633023. OLE color: 16633023.

HSL color Cylindrical-coordinate representation of color #BFCCFD: hue angle of 227.42º degrees, saturation: 0.94, 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 #BFCCFD is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 204 253 -
CMYK 0.25 0.19 0 0.01
HSL 227.42º 0.94% 0.87% -
HSV(B) 227.42º 0.25% 0.99% -
XYZ 60.81 61.35 101.57 -
YUV 205.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 191 204 253 0.25 0.19 0 0.01 227.42 0.94 0.87
Hex BF CC FD 19 13 0 1 E3 5E 57
Octal 277 314 375 31 23 0 1 343 136 127
Binary 10111111 11001100 11111101 11001 10011 0 1 11100011 1011110 1010111

Color Harmonies of #BFCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCFD

Black with #BFCCFD

Text Example


Text Example

White with #BFCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCFD; }

 p { color: rgb(191,204,253); }

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

background-color css

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

 a { background-color: rgb(191,204,253); }

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

border-color css

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

 span { border-color: rgb(191,204,253); }

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