Html Css Color HEX #BBC8FA Periwinkle

📋 copy color: '#BBC8FA'

red 187 ◦ green 200 ◦ blue 250

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

Shades of Periwinkle #BBC8FA

Tints of Periwinkle #BBC8FA

RGB

 RED value IS 187 (73.44% from 255) = 29.36%

 GREEN value IS 200 (78.52% from 255) = 31.4%

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 29.36%
G = 31.4%
B = 39.25%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC8FA (or 0xBBC8FA) is known color: Periwinkle. HEX triplet: BB, C8 and FA. RGB value is (187,200,250). Sum of RGB (Red+Green+Blue) = 187+200+250=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FA is #443705. Grayscale: #C9C9C9. Windows color (decimal): -4470534 or 16435387. OLE color: 16435387.

HSL color Cylindrical-coordinate representation of color #BBC8FA: hue angle of 227.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC8FA is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 200 250 -
CMYK 0.25 0.2 0 0.02
HSL 227.62º 0.86% 0.86% -
HSV(B) 227.62º 0.25% 0.98% -
XYZ 58.4 58.78 98.71 -
YUV 201.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 187 200 250 0.25 0.2 0 0.02 227.62 0.86 0.86
Hex BB C8 FA 19 14 0 2 E4 56 56
Octal 273 310 372 31 24 0 2 344 126 126
Binary 10111011 11001000 11111010 11001 10100 0 10 11100100 1010110 1010110

Color Harmonies of #BBC8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8FA

Black with #BBC8FA

Text Example


Text Example

White with #BBC8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8FA; }

 p { color: rgb(187,200,250); }

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

background-color css

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

 a { background-color: rgb(187,200,250); }

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

border-color css

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

 span { border-color: rgb(187,200,250); }

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