Html Css Color HEX #BBCCF3 Periwinkle

📋 copy color: '#BBCCF3'

red 187 ◦ green 204 ◦ blue 243

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

Shades of Periwinkle #BBCCF3

Tints of Periwinkle #BBCCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.33%

R = 29.5%
G = 32.18%
B = 38.33%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCCF3 (or 0xBBCCF3) is known color: Periwinkle. HEX triplet: BB, CC and F3. RGB value is (187,204,243). Sum of RGB (Red+Green+Blue) = 187+204+243=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBCCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF3 is #44330C. Grayscale: #CBCBCB. Windows color (decimal): -4469517 or 15977659. OLE color: 15977659.

HSL color Cylindrical-coordinate representation of color #BBCCF3: hue angle of 221.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCCF3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 204 243 -
CMYK 0.23 0.16 0 0.05
HSL 221.79º 0.7% 0.84% -
HSV(B) 221.79º 0.23% 0.95% -
XYZ 58.26 60.22 93.35 -
YUV 203.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 187 204 243 0.23 0.16 0 0.05 221.79 0.7 0.84
Hex BB CC F3 17 10 0 5 DE 46 54
Octal 273 314 363 27 20 0 5 336 106 124
Binary 10111011 11001100 11110011 10111 10000 0 101 11011110 1000110 1010100

Color Harmonies of #BBCCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCF3

Black with #BBCCF3

Text Example


Text Example

White with #BBCCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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